The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.31

  • Delegate Protocol->close method and on_closed continuation to its transport object
  • Stream->new_for_stdin, ->new_for_stdout, ->new_for_stdio
  • Support Listener->new( handle => $fh )
  • IO::Async::PID notifier subclass
  • CHANGES:
    • Better documentation of Listener and Connector addr and addrs arguments
  • BUGFIXES:
    • INADDR_ANY/INADDR_LOOPBACK fixes inside BSD jails with restricted networking

Modules

Asynchronous event-driven programming
facilitates the execution of child processes
perform non-blocking socket connections
execute code asynchronously in child processes
event callbacks for a non-blocking file descriptor
listen on network sockets for incoming connections
core loop of the IO::Async framework
compatibility wrapper for IO::Async::Loop::Poll
use IO::Async with poll(2)
use IO::Async with select(2)
acceptance testing for IO::Async::Loop subclasses
resynchronise diverged control flow
base class for IO::Async event objects
event callback on exit of a child process
base class for transport-based protocols
base class for stream-based protocols
performing name resolutions asynchronously
handle a serial pipeline of requests / responses (EXPERIMENTAL)
event callback on receipt of a POSIX signal
event callbacks and send buffering for a socket filehandle
event callbacks and write bufering for a stream filehandle
utility functions for use in test scripts
base class for Notifiers that use timed delays
event callback after a fixed delay
event callback at regular intervals