Function nstd_sys::thread::nstd_thread_current
source · #[no_mangle]
pub extern "C" fn nstd_thread_current() -> NSTDThreadHandleAvailable on crate feature
nstd_thread only.Expand description
Returns a handle to the calling thread.
Returns
NSTDThreadHandle handle - A handle to the current thread.