pub struct MkAsyncBarrier { /* private fields */ }Expand description
Async barrier for synchronizing multiple tasks.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MkAsyncBarrier
impl RefUnwindSafe for MkAsyncBarrier
impl Send for MkAsyncBarrier
impl Sync for MkAsyncBarrier
impl Unpin for MkAsyncBarrier
impl UnwindSafe for MkAsyncBarrier
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