openbsd-ports/sysutils/p5-Proc-Wait3/pkg/DESCR
jasper 16aa9a8442 import p5-Proc-Wait3 0.03
from Abel Abraham Camarillo Ojeda
ok landry@
2011-01-05 14:12:07 +00:00

9 lines
333 B
Plaintext

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).
See wait3(2), for more info.