Function nstd_sys::proc::nstd_proc_free

source ·
#[no_mangle]
pub extern "C" fn nstd_proc_free(handle: NSTDChildProcess)
Available on crate feature proc only.
Expand description

Frees a handle to a child process, allowing the process to run in the background.

§Parameters:

  • NSTDChildProcess handle - A handle to the child process.