Type Definition nstd_sys::thread::NSTDOptionalThreadResult
source · pub type NSTDOptionalThreadResult = NSTDOptional<NSTDThreadResult>;Available on crate feature
nstd_thread only.Expand description
Returned from nstd_thread_join, contains the thread function’s return value on success.