pub struct SingleWaiterNotify { /* private fields */ }Expand description
Lightweight single-waiter notifier optimized for SPSC pattern
为 SPSC 模式优化的轻量级单等待者通知器
Implementations§
Source§impl SingleWaiterNotify
impl SingleWaiterNotify
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for SingleWaiterNotify
impl !RefUnwindSafe for SingleWaiterNotify
impl Send for SingleWaiterNotify
impl Sync for SingleWaiterNotify
impl Unpin for SingleWaiterNotify
impl UnwindSafe for SingleWaiterNotify
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