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

Changes for version 0.02

  • Event methods/callback functions now called "on_*" to distinguish them
  • Callback functions now pass $self as first argument to simplify called code
  • CHANGES:
    • Improved POD in Notifier.pm and Buffer.pm
  • BUGFIXES:
    • GMainLoop.pm - return 1 from callbacks so that glib doesn't remove our IO sources
    • GMainLoop.pm - make sure re-asserting want_writeready actually adds the IO source again

Documentation

a collection of modules that implement asynchronous filehandle IO

Modules

a class which implements asynchronous sending and receiving data buffers around a connected handle
a class which implements event callbacks for a non-blocking file descriptor
a class that maintains a set of IO::Async::Notifier objects.
a class that maintains a set of IO::Async::Notifier objects by using the Glib::MainLoop object.
a class that maintains a set of IO::Async::Notifier objects by using an IO::Poll object.
a class that maintains a set of IO::Async::Notifier objects by using the select() syscall.
a class to allow handling of POSIX signals with IO::Async-based IO