pkgsrc-wip/p5-Proc-Fork/DESCR
Mike M. Volokhov b868974c19 Import p5-Proc-Fork-0.71 as wip/p5-Proc-Fork.
This module provides an intuitive, Perl-ish way to write forking
programs by letting you use blocks to illustrate which code section
executes in which fork. The code for the parent, child, retry handler
and error handler are grouped together in a "fork block". The clauses
may appear in any order, but they must be consecutive (without any
other statements in between).
2011-12-07 12:12:23 +00:00

6 lines
370 B
Text

This module provides an intuitive, Perl-ish way to write forking
programs by letting you use blocks to illustrate which code section
executes in which fork. The code for the parent, child, retry handler
and error handler are grouped together in a "fork block". The clauses
may appear in any order, but they must be consecutive (without any
other statements in between).