The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

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