IO::Lambda::Loop::AnyEvent - AnyEvent event loop for IO::Lambda



NAME

IO::Lambda::Loop::AnyEvent - AnyEvent event loop for IO::Lambda


DESCRIPTION

This is the implementation of event loop for IO::Lambda based on AnyEvent event loop. The module is not intended for direct use.


LIMITATIONS

Note that the AnyEvent manpage is also a proxy event loop itself, and depending on the actual event loop module it uses, functionality of IO::Lambda can be limited. Of the found deficiencies, all but Event interfaces don't support IO_EXCEPTION. Also, interface to Tk fails to work when more than one listener to the same filehandle is registered. See the AnyEvent manpage for more specific description.


SYNOPSIS

  use AnyEvent;
  use IO::Lambda::Loop::AnyEvent; # explicitly select the event loop module
  use IO::Lambda;


SEE ALSO

the AnyEvent manpage