Changes for version 0.24
- Timer subclasses - Countdown and Periodic
- Idleness event watching via low-level 'watch_io/unwatch_io' methods and higher-level 'later' method
- Added the missing 'unwatch_child' method
- Shareable acceptance testing suite for IO::Async::Loop subclasses for better testing in subclass implementations
- CHANGES:
- More future-proof API version checking for subclasses - requires subclasses to declare their version.
- pre-0.24 Loop subclasses are no longer compatible. ###
- Entirely remove the need to $loop->enable_childmanager by calling waitpid() in 'watch_child'.
- More future-proof API version checking for subclasses - requires subclasses to declare their version.
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