SpawnProcess

Async process wrapper for a std.process SpawnProcess

Constructors

this
this(std.process.Pid process)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Functions

dispose
void dispose()

Kill and cleanup the process.

kill
void kill(int signal)

Send signal to the process.

osHandle
RawPid osHandle()
status
int status()
terminated
bool terminated()
tryWait
bool tryWait()

Non-blocking wait for the process termination.

wait
int wait()

Blocking wait for the process to terminated.

Meta