NAME
Proc::tored::Pool::Constants - Constants used by Proc::tored::Pool
VERSION
version 0.07
EVENT CONSTANTS
assignment
Triggered immediately after a task has been assigned to a worker process.
success
Triggered once the manager collects the result of the successful execution of a task.
failure
Triggered once the manager collects the result of a task which died or that had a non-zero exit status.
AUTHOR
Jeff Ober <jeffober@gmail.com>
COPYRIGHT AND LICENSE
This software is copyright (c) 2017 by Jeff Ober.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.