NAME

IO::Lambda::Loop::Prima - Prima-based event loop for IO::Lambda

DESCRIPTION

This is the implementation of event loop for IO::Lambda based on Prima event loop. The module is not intended for direct use.

SYNOPSIS

use Prima;
use IO::Lambda::Loop::Prima; # explicitly select the event loop module
use IO::Lambda;

SEE ALSO

Prima