| IO-Lambda documentation | view source | Contained in the IO-Lambda distribution. |
IO::Lambda::Loop::Prima - Prima-based event loop for IO::Lambda
This is the implementation of event loop for IO::Lambda based on Prima event
loop. The module is not intended for direct use.
use Prima; use IO::Lambda::Loop::Prima; # explicitly select the event loop module use IO::Lambda;
| IO-Lambda documentation | view source | Contained in the IO-Lambda distribution. |