Struct timely_communication::initialize::WorkerGuards [−][src]
pub struct WorkerGuards<T: Send + 'static> { /* fields omitted */ }
Maintains JoinHandles for worker threads.
Methods
impl<T: Send + 'static> WorkerGuards<T>[src]
impl<T: Send + 'static> WorkerGuards<T>pub fn join(self) -> Vec<Result<T, String>>[src]
pub fn join(self) -> Vec<Result<T, String>>Waits on the worker threads and returns the results they produce.
Trait Implementations
impl<T: Send + 'static> Drop for WorkerGuards<T>[src]
impl<T: Send + 'static> Drop for WorkerGuards<T>Auto Trait Implementations
impl<T> !Send for WorkerGuards<T>
impl<T> !Send for WorkerGuards<T>impl<T> !Sync for WorkerGuards<T>
impl<T> !Sync for WorkerGuards<T>