There is an ongoing outage on the primary CPAN mirror. It is possible to work around the issue by using MetaCPAN as a mirror.

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