pub struct WaitGroup { /* private fields */ }
Expand description
Enables threads to synchronize the beginning or end of some computation.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for WaitGroup
impl !RefUnwindSafe for WaitGroup
impl Send for WaitGroup
impl Sync for WaitGroup
impl Unpin for WaitGroup
impl !UnwindSafe for WaitGroup
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