[][src]Struct timely::communication::initialize::WorkerGuards

pub struct WorkerGuards<T> where
    T: 'static + Send
{ /* fields omitted */ }

Maintains JoinHandles for worker threads.

Methods

impl<T> WorkerGuards<T> where
    T: 'static + Send
[src]

pub fn join(self) -> Vec<Result<T, String>>[src]

Waits on the worker threads and returns the results they produce.

Trait Implementations

impl<T> Drop for WorkerGuards<T> where
    T: 'static + Send
[src]

Auto Trait Implementations

impl<T> !Send for WorkerGuards<T>

impl<T> !Sync for WorkerGuards<T>

Blanket Implementations

impl<T, U> Into for T where
    U: From<T>, 
[src]

impl<T> From for T[src]

impl<T, U> TryFrom for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T> Borrow for T where
    T: ?Sized
[src]

impl<T> BorrowMut for T where
    T: ?Sized
[src]

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Any for T where
    T: 'static + ?Sized
[src]