pub struct ReactiveSender { /* private fields */ }Expand description
Producer half. try_send publishes the payload and signals the
consumer - a direct Waker fire intra-process, an MMF wake
cross-process.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ReactiveSender
impl !UnwindSafe for ReactiveSender
impl Freeze for ReactiveSender
impl Send for ReactiveSender
impl Sync for ReactiveSender
impl Unpin for ReactiveSender
impl UnsafeUnpin for ReactiveSender
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