| IO-Lambda documentation | view source | Contained in the IO-Lambda distribution. |
IO::Lambda::Loop::POE - POE event loop for IO::Lambda
This is the implementation of event loop for IO::Lambda based on POE event
loop. The module is not intended for direct use.
Note 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.
use POE; use IO::Lambda::Loop::POE; # explicitly select the event loop module use IO::Lambda;
or
setenv IO_LAMBDA_DEBUG=loop=POE
Threads and forks seem to be not playing nicely together with POE.
| IO-Lambda documentation | view source | Contained in the IO-Lambda distribution. |