pub unsafe extern "C" fn nstd_proc_wait(
handle: NSTDChildProcess,
code: *mut c_int,
)Expand description
Waits for a process to finish.
Does not free memory allocated by nstd_proc_spawn.
Parameters:
NSTDChildProcess handle - The handle to the process.
int *code - The exit code from the process, set to null if there was none specified.