asyncWait

Asynchronously wait for a process to terminate.

version(Posix)
void
asyncWait
(
Pid pid
,
void delegate
(
int status
)
dg
)

Meta