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.