pub struct Polling;Expand description
A Blocking/Polling coordination
This performs no notifiication
Trait Implementations§
Source§impl Notifier for Polling
impl Notifier for Polling
Source§fn wake_one_consumer(&self)
fn wake_one_consumer(&self)
Inform one consumer that there is data available to read
Source§fn wake_one_producer(&self)
fn wake_one_producer(&self)
Inform one producer that there is room available to write
Auto Trait Implementations§
impl Freeze for Polling
impl RefUnwindSafe for Polling
impl Send for Polling
impl Sync for Polling
impl Unpin for Polling
impl UnsafeUnpin for Polling
impl UnwindSafe for Polling
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