![]() |
![]()
| ![]() |
![]()
NAMEIO::Lambda::Loop::POE - POE event loop for IO::Lambda DESCRIPTIONThis is the implementation of event loop for "IO::Lambda" based on "POE" event loop. The module is not intended for direct use. LIMITATIONSNote that POE is also a proxy event loop itself, and depending on the actual event loop module it uses, functionality of "IO::Lambda" might be limited. SYNOPSISuse POE; use IO::Lambda::Loop::POE; # explicitly select the event loop module use IO::Lambda; or setenv IO_LAMBDA_DEBUG=loop=POE BUGSThreads and forks seem to be not playing nicely together with POE. SEE ALSOPOE
|