vibe.d beta banner
get vibe.d
0.10.0

Asynchronous I/O that doesn’t get in your way, written in D

Function EventDriverProcesses.wait

Wait for the process to exit.

abstract ulong wait (
  ProcessID pid,
  nothrow @safe void delegate(ProcessID, int) on_process_exit
) nothrow @safe;

Returns an identifier that can be used to cancel the wait.

Authors
Copyright
License