FreeBSD Manual Pages
POE::Component::TSTP(3User Contributed Perl DocumentatiPOE::Component::TSTP(3) NAME POE::Component::TSTP - A POE Component to handle Ctrl-Z SYNOPSIS use POE; use POE::Component::TSTP; POE::Component::TSTP->create(); # Rest of your POE program here DESCRIPTION By default, POE applications do not respond to Ctrl-Z due to slightly strange signal handling semantics. This module fixes that. You can pass in two options to the "create()" routine: o Alias An Alias for the component. By default it is called "tstp_handler". o PreSuspend A subref that will be called just before suspending your program. o PostSuspend A subref that will be called just after your program has returned from suspension (usually via the "fg" command). AUTHOR Matt Sergeant, matt@sergeant.org LICENSE This is free software. You may use it and distribute it under the same terms as perl itself. perl v5.32.0 2002-12-17 POE::Component::TSTP(3)
NAME | SYNOPSIS | DESCRIPTION | AUTHOR | LICENSE
Want to link to this manual page? Use this URL:
<https://www.freebsd.org/cgi/man.cgi?query=POE::Component::TSTP&sektion=3&manpath=FreeBSD+12.2-RELEASE+and+Ports>