pub type ScopedJoinHandle<'scope, T> = ScopedJoinHandle<'scope, T>;Expand description
A handle to a scoped thread (re-export of std::thread::ScopedJoinHandle)
Aliased Typeยง
pub struct ScopedJoinHandle<'scope, T>(/* private fields */);pub type ScopedJoinHandle<'scope, T> = ScopedJoinHandle<'scope, T>;A handle to a scoped thread (re-export of std::thread::ScopedJoinHandle)
pub struct ScopedJoinHandle<'scope, T>(/* private fields */);