Struct crossbeam::thread::ScopedJoinHandle[][src]

pub struct ScopedJoinHandle<'a, T> where
    T: 'a, 
{ /* fields omitted */ }

A handle to a scoped thread

Methods

impl<'a, T> ScopedJoinHandle<'a, T> where
    T: 'a + Send
[src]

Join the scoped thread, returning the result it produced.

Get the underlying thread handle.

Trait Implementations

impl<'a, T> Debug for ScopedJoinHandle<'a, T>
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl<'a, T> !Send for ScopedJoinHandle<'a, T>

impl<'a, T> !Sync for ScopedJoinHandle<'a, T>