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

Changes for version 0.29

  • Don't require 'CODE' refs for callbacks/continations; this allows the use of CODEref objects, &{} operator overloads, or other things that are callable
  • Implement 'read_all' and 'write_all' options on IO::Async::Stream
  • Allow IO::Async::Stream subclasses to override on_closed
  • BUGFIXES:
    • Work around some OSes not implementing SO_ACCEPTCONN
    • Ensure Handle's on_read_ready/on_write_ready callbacks also take a $self reference

Modules

perform asynchronous filehandle IO and other operations
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
performing name resolutions asynchronously
handle a serial pipeline of requests / responses (EXPERIMENTAL)
event callback on receipt of a POSIX signal
read and write buffers around an IO handle
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