Struct crossbeam_utils::scoped::ScopedJoinHandle [−][src]
pub struct ScopedJoinHandle<T> { /* fields omitted */ }A handle to a scoped thread
Methods
impl<T> ScopedJoinHandle<T>[src]
impl<T> ScopedJoinHandle<T>pub fn join(self) -> T[src]
pub fn join(self) -> TJoin the scoped thread, returning the result it produced.
pub fn thread(&self) -> &Thread[src]
pub fn thread(&self) -> &ThreadGet the underlying thread handle.
Trait Implementations
impl<T> Debug for ScopedJoinHandle<T>[src]
impl<T> Debug for ScopedJoinHandle<T>Auto Trait Implementations
impl<T> !Send for ScopedJoinHandle<T>
impl<T> !Send for ScopedJoinHandle<T>impl<T> !Sync for ScopedJoinHandle<T>
impl<T> !Sync for ScopedJoinHandle<T>