waitAsync

Wait for process to exit asynchronously. Call callback when it exits. WARNING: the callback will be invoked in another thread!

void
waitAsync
(
Pid pid
,
void delegate
(
int
)
callback = null
)

Meta