#[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.