Struct crossbeam::ScopedJoinHandle [] [src]

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

A handle to a scoped thread

Methods

impl<T> ScopedJoinHandle<T>
[src]

[src]

Join the scoped thread, returning the result it produced.

[src]

Get the underlying thread handle.

Trait Implementations

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

[src]

Formats the value using the given formatter.