NAME
Forks::Super::Job::Emulate - support emulation mode for Job object
VERSION
0.97
DESCRIPTION
In emulation mode (when a non-zero emulate
argument is passed to fork), no background process is created. Rather, the fork
call performs the background task in the main process and returns a Forks::Super::Job object that resembles a completed background job. See the "emulate" option to fork
for more information.
This package is part of the Forks::Super distribution. Most users will have little reason to directly call the methods of this package.
LICENSE AND COPYRIGHT
Copyright (c) 2016-2018, Marty O'Brien.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
See http://dev.perl.org/licenses/ for more information.