Type Definition nstd_sys::thread::NSTDThreadHandle

source ·
pub type NSTDThreadHandle = Box<Thread>;
Available on crate feature nstd_thread only.
Expand description

A handle to a running thread.