waitTimeout

Like std.process.wait, but with a timeout. If the timeout is exceeded, the program is killed.

int
waitTimeout
(
Pid pid
,
Duration time
)

Meta