FreeBSD Manual Pages
IO::Lambda::Loop::AnyEUser(Contributed Perl DocumIO::Lambda::Loop::AnyEvent(3) 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 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 support "IO_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 AnyEvent perl v5.32.0 2012-03-14 IO::Lambda::Loop::AnyEvent(3)
NAME | DESCRIPTION | LIMITATIONS | SYNOPSIS | SEE ALSO
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=IO::Lambda::Loop::AnyEvent&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>