The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Forks::Super::Job::Emulate - support emulation mode for Job object

VERSION

0.89

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.

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-2017, 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.