diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-02-02 02:16:47 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-02-03 04:33:21 +0700 |
commit | 2c7a89b752a47f412d6c8f61b0c9becf56c2493c (patch) | |
tree | 0f8d3afa21da162c5182638f850355dabb99d71d /perl/perl-EV/README | |
parent | 912307916eec3baa726c0f9c822d74e69c8862e3 (diff) | |
download | slackbuilds-2c7a89b752a47f412d6c8f61b0c9becf56c2493c.tar.gz |
perl/perl-EV: Added (perl interface to libev).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl/perl-EV/README')
-rw-r--r-- | perl/perl-EV/README | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/perl/perl-EV/README b/perl/perl-EV/README new file mode 100644 index 0000000000..d8e4a02da0 --- /dev/null +++ b/perl/perl-EV/README @@ -0,0 +1,11 @@ +perl-EV is a perl interface to libev, a high performance full-featured +event loop. + +This module is very fast and scalable. It is actually so fast that you +can use it through the AnyEvent module, stay portable to other event +loops (if you don't rely on any watcher types not available through it) +and still be faster than with any other event loop currently supported +in Perl. + +Note that this bundles its own version of libev, so it does not depend +on the SlackBuilds.org version of libev being present. |