Struct crossbeam::ScopedJoinHandle
[−]
[src]
pub struct ScopedJoinHandle<T> { // some fields omitted }
A handle to a scoped thread
pub struct ScopedJoinHandle<T> { // some fields omitted }
A handle to a scoped thread
impl<T> ScopedJoinHandle<T>