Struct timely::communication::WorkerGuards
source · pub struct WorkerGuards<T>where
T: Send + 'static,{ /* private fields */ }
Expand description
Maintains JoinHandle
s for worker threads.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for WorkerGuards<T>
impl<T> !RefUnwindSafe for WorkerGuards<T>
impl<T> Send for WorkerGuards<T>
impl<T> !Sync for WorkerGuards<T>
impl<T> Unpin for WorkerGuards<T>
impl<T> !UnwindSafe for WorkerGuards<T>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more