GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
IO::Lambda::Loop::AnyEvent(3) User Contributed Perl Documentation IO::Lambda::Loop::AnyEvent(3)

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

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

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.

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

AnyEvent
2012-03-14 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.