Struct timely::communication::allocator::zero_copy::initialize::CommsGuard
source · pub struct CommsGuard { /* private fields */ }
Expand description
Join handles for send and receive threads.
On drop, the guard joins with each of the threads to ensure that they complete cleanly and send all necessary data.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for CommsGuard
impl !RefUnwindSafe for CommsGuard
impl Send for CommsGuard
impl Sync for CommsGuard
impl Unpin for CommsGuard
impl !UnwindSafe for CommsGuard
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