ScopedJoinHandle

Type Alias ScopedJoinHandle 

Source
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 */);