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