Asynchronous I/O that doesn’t get in your way, written in D
The search functionality needs JavaScript enabled
Wait for the process to exit. Returns an identifier that can be used to cancel the wait.
abstract ulong wait ( ProcessID pid, nothrow @safe void delegate(ProcessID, int) on_process_exit ) nothrow @safe;