#[no_mangle]
pub extern "C" fn nstd_thread_detach(thread: NSTDThread)
Available on crate feature thread only.
Expand description

Detaches a thread from it’s handle, allowing it to run in the background.

§Parameters:

  • NSTDThread thread - The thread handle.