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

Frees an instance of NSTDThreadHandle.

§Parameters:

  • NSTDThreadHandle handle - The handle to free.