Struct pal_async::multi_waker::MultiWaker
source · pub struct MultiWaker<const N: usize> { /* private fields */ }
Expand description
Object to multiplex multiple wakers onto a single waker.
Implementations§
source§impl<const N: usize> MultiWaker<N>
impl<const N: usize> MultiWaker<N>
Trait Implementations§
Auto Trait Implementations§
impl<const N: usize> Freeze for MultiWaker<N>
impl<const N: usize> !RefUnwindSafe for MultiWaker<N>
impl<const N: usize> Send for MultiWaker<N>
impl<const N: usize> Sync for MultiWaker<N>
impl<const N: usize> Unpin for MultiWaker<N>
impl<const N: usize> !UnwindSafe for MultiWaker<N>
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