mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
5d8b119c9d
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
8 lines
392 B
Text
8 lines
392 B
Text
This module is a first crack at providing a consistent interface to
|
|
Unix (and maybe other multitasking OS's) process table information.
|
|
|
|
This is mainly for other Perl programs, but there is also a command
|
|
line tool pswait which takes a list of process IDs or names and then
|
|
waits for one or all of them to end. This is useful for scripts
|
|
dealing with process pools or concurrent pipelines.
|
|
|