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]

[src]

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

Trait Implementations

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

[src]

Executes the destructor for this type. Read more