logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

POE::Loop::PerlSignals - common signal handling routines for POE::Loop bridges

Authors & Licensing

       Please see POE for more information about authors, contributors, and POE's licensing.

perl v5.34.0                                       2022-03-25                        POE::Loop::PerlSignals(3pm)

Description

       POE::Loop::PerlSignals implements common code to handle signals for many different event loops.  Most
       loops don't handle signals natively, so this code has been abstracted into a reusable mix-in module.

       POE::Loop::PerlSignals follows POE::Loop's public interface for signal handling.  Therefore, please see
       POE::Loop for more details.

Name

       POE::Loop::PerlSignals - common signal handling routines for POE::Loop bridges

See Also

       POE, POE::Loop

Synopsis

       See POE::Loop.

See Also