The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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