| IO::Async::SignalProxy |
IO::Async::SignalProxy - handle POSIX signals with IO::Async-based IO
This object class is for internal use by IO::Async::Loop subclasses. It is
not intended for use externally.
This module provides a class that allows POSIX signals to be handled safely
alongside other IO operations on filehandles in an IO::Async::Loop. Because
signals could arrive at any time, care must be taken that they do not
interrupt the normal flow of the program, and are handled at the same time as
other events in the IO::Async::Loop's results.
Paul Evans <leonerd@leonerd.org.uk>
| IO::Async::SignalProxy |