Changes for version 0.05

  • Added ChildManager object
  • Added singleton storage in IO::Async::Set to store a SignalProxy or ChildManager conveniently
  • BUGFIXES:
    • Workaround for a bug in IO::Poll version 0.05

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 facilitates the execution of child processes
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