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

Changes for version 0.22

  • Added tcp-proxy.pl example
  • More documentation on IO::Async::Notifier subclass-override methods
  • Documented that IO::Async::MergePoint is just an Async::MergePoint
  • Various small updates to keep CPANTS happy
  • BUGFIXES:
    • Don't test Async::MergePoint locally as it's now a separate dist, and the tests here were reporting false negatives.

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
a Loop using an IO::Poll object
a Loop using the select() syscall
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
event callback after some timed delay