Struct crossbeam_utils::scoped::ScopedJoinHandle [] [src]

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

A handle to a scoped thread

Methods

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

[src]

Join the scoped thread, returning the result it produced.

[src]

Get the underlying thread handle.

Trait Implementations

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

[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>