Prune devel/py-EnthoughtBase
[dports.git] / devel / p5-Proc-Wait3 / pkg-descr
1 Proc::Wait3 module implements wait3 system call in Perl.
2 If any child processes have exited, this call will "reap" the zombies
3 similar to the perl "wait" function.  By default, it will return
4 immediately and if there are no dead children, everything will be
5 undefined. If you pass in a true argument, it will block until a child
6 exits (or it gets a signal).
7
8 WWW: http://search.cpan.org/dist/Proc-Wait3/