The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

IO::Async::SignalProxy - handle POSIX signals with IO::Async-based IO

SYNOPSIS

This object class is for internal use by IO::Async::Loop subclasses. It is not intended for use externally.

DESCRIPTION

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.

AUTHOR

Paul Evans <leonerd@leonerd.org.uk>