|
NAMEIO::Lambda::Compat - compatibility with pre-v1.00 version APISYNOPSISuse IO::Lambda qw(:lambda); use IO::Lambda::Compat; lambda { context $socket; read { } } DESCRIPTIONThe 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.
Visit the GSP FreeBSD Man Page Interface. |