-
-
30 Jun 2019 08:19:09 UTC
- Distribution: IO-Lambda
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Repository
- Issues (0)
- Testers (562 / 103 / 0)
- Kwalitee
Bus factor: 1- % Coverage
- License: perl_5
- Activity
24 month- Tools
- Download (90.24KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- LWP
- Net::DNS
- Scalar::Util
- Storable
- Sub::Name
- Time::HiRes
- URI
- and possibly others
- Reverse dependencies
- CPAN Testers List
- Dependency graph
NAME
IO::Lambda::Loop::AnyEvent - AnyEvent event loop for IO::Lambda
DESCRIPTION
This is the implementation of event loop for
IO::Lambda
based onAnyEvent
event loop. The module is not intended for direct use.LIMITATIONS
Note that AnyEvent is also a proxy event loop itself, and depending on the actual event loop module it uses, functionality of
IO::Lambda
might be limited.Found problems:
* All but
Event
interfaces don't supportIO_EXCEPTION
.* Interface to
Tk
fails to work when more than one listener to the same filehandle is registered.*
EV
doesn't work with threads and disk files.See AnyEvent for more specific description.
SYNOPSIS
use AnyEvent; use IO::Lambda::Loop::AnyEvent; # explicitly select the event loop module use IO::Lambda;
SEE ALSO
Module Install Instructions
To install IO::Lambda, copy and paste the appropriate command in to your terminal.
cpanm IO::Lambda
perl -MCPAN -e shell install IO::Lambda
For more information on module installation, please visit the detailed CPAN module installation guide.