Changes for version 0.59

  • Allow IO::Async::Stream to define custom reader/writer methods
  • Support writeready-for-read and readready-for-write in Stream
  • Allow Stream->write() on_write and write_len args
  • Neatened and documented Future ->fail arguments and conventions
  • Added Stream on_writeable_{start,stop} events
  • Added Handle->socket, ->bind and ->connect methods
  • Revamp of Loop->connect logic; allow passing through an IO::Async::Handle instance
  • BUGFIXES:
    • Ensure that stream read EOF state is visible during queued on_read events that caused it
    • Fix 'return ... or die' precendence bug in Resolver (RT87051)
    • Need to poll() for POLLPRI on MSWin32 and Cygwin

Modules

Asynchronous event-driven programming
pass values into or out from an IO::Async::Routine
facilitates the execution of child processes
watch a file for changes
read the tail of a file
call a function asynchronously
use Future with IO::Async
event callbacks for a non-blocking file descriptor
listen on network sockets for incoming connections
core loop of the IO::Async framework
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
operating system abstractions for IO::Async
operating system abstractions on MSWin32 for IO::Async
operating system abstractions on cygwin for IO::Async
event callback on exit of a child process
start and manage a child process
base class for transport-based protocols
stream-based protocols using lines of text
base class for stream-based protocols
performing name resolutions asynchronously
execute code in an independent sub-process
event callback on receipt of a POSIX signal
event callbacks and send buffering for a socket filehandle
event callbacks and write bufering for a stream filehandle
utility functions for use in test scripts
base class for Notifiers that use timed delays
event callback at a fixed future time
event callback after a fixed delay
event callback at regular intervals

Provides

in lib/IO/Async/Internals/Connector.pm