pub struct BlockingSpscSender { /* private fields */ }Expand description
Blocking wrapper over an indexbus-core SPSC sender.
Implementations§
Trait Implementations§
impl Send for BlockingSpscSender
impl Sync for BlockingSpscSender
Auto Trait Implementations§
impl Freeze for BlockingSpscSender
impl !RefUnwindSafe for BlockingSpscSender
impl Unpin for BlockingSpscSender
impl !UnwindSafe for BlockingSpscSender
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