Struct crossbeam::ScopedJoinHandle [] [src]

pub struct ScopedJoinHandle<T> { /* fields omitted */ }
[]

A handle to a scoped thread

Methods

impl<T> ScopedJoinHandle<T>
[src]

[]

Join the scoped thread, returning the result it produced.

[]

Get the underlying thread handle.

Trait Implementations

impl<T> Debug for ScopedJoinHandle<T>
[src]

[]

Formats the value using the given formatter.