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


IO-Lambda documentation  | view source Contained in the IO-Lambda distribution.

Index


NAME

Top

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

DESCRIPTION

Top

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

SYNOPSIS

Top

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

SEE ALSO

Top

Prima


IO-Lambda documentation  | view source Contained in the IO-Lambda distribution.