IO::Lambda::Compat - compatibility with pre-v1.00 version API


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

Index


NAME

Top

IO::Lambda::Compat - compatibility with pre-v1.00 version API

SYNOPSIS

Top

   use IO::Lambda qw(:lambda);
   use IO::Lambda::Compat;

   lambda {
      context $socket;
      read { }
   }

DESCRIPTION

Top

The module exports the following names, which were renamed in IO::Lambda after version 1.01: read, write, sleep, readwrite, predicate. Issue use IO::Lambda::Compat to make older programs compatible with the newer API.


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