| IO-Lambda documentation | view source | Contained in the IO-Lambda distribution. |
IO::Lambda::Compat - compatibility with pre-v1.00 version API
use IO::Lambda qw(:lambda);
use IO::Lambda::Compat;
lambda {
context $socket;
read { }
}
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. |