NAME
Forks::Super::Job::Emulate - support emulation mode for Job object
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.