freebsd-ports/devel/p5-Proc-Wait3/pkg-descr
Sunpoet Po-Chuan Hsieh ad4f267b7a Update WWW
search.cpan.org is shutting down.
It will redirect to metacpan.org after June 25, 2018.

With hat:	perl
2018-05-27 20:15:16 +00:00

8 lines
404 B
Text

Proc::Wait3 module implements wait3 system call in Perl.
If any child processes have exited, this call will "reap" the zombies
similar to the perl "wait" function. By default, it will return
immediately and if there are no dead children, everything will be
undefined. If you pass in a true argument, it will block until a child
exits (or it gets a signal).
WWW: https://metacpan.org/release/Proc-Wait3