nstd_thread_id_free

Function nstd_thread_id_free 

Source
#[unsafe(no_mangle)]
pub extern "C" fn nstd_thread_id_free(id: NSTDThreadID)
Available on crate feature thread only.
Expand description

Frees an instance of NSTDThreadID.

ยงParameters:

  • NSTDThreadID id - A thread identifier.