pub struct ReactiveReceiver { /* private fields */ }Expand description
Consumer half. recv() is an .await-able future that resolves
when an item arrives, suspending the task until then - off-thread
across threads OR across processes, behind the same call.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for ReactiveReceiver
impl !UnwindSafe for ReactiveReceiver
impl Freeze for ReactiveReceiver
impl Send for ReactiveReceiver
impl Sync for ReactiveReceiver
impl Unpin for ReactiveReceiver
impl UnsafeUnpin for ReactiveReceiver
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