Type Definition nstd_sys::thread::NSTDThread
source · pub type NSTDThread = Box<JoinHandle<NSTDThreadResult>>;Available on crate feature
nstd_thread only.Expand description
Represents a running thread.
pub type NSTDThread = Box<JoinHandle<NSTDThreadResult>>;nstd_thread only.Represents a running thread.