Async process wrapper for a std.process SpawnProcess
Kill and cleanup the process.
Kill the process.
Non-blocking wait for the process termination. Returns: true if the process has terminated.
Blocking wait for the process to terminated. Returns: the exit status.
See Implementation
Async process wrapper for a std.process SpawnProcess