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;

BUGS

  • Signals are unsupported yet.

  • Use of uninitialized value $sid in delete at POE/Resource/SIDs.pm line 73.

    Some unknown behavior causes POE to garbage-collect sessions twice.

  • Threads and forks seems not playing nicely together with POE.

SEE ALSO

POE