pub struct Submitter { /* private fields */ }Expand description
One submit-side handle: the producer’s view of the scheduler.
Generic over any transport implementing MessageTransport, so
the same Submitter API works with both the canonical MPMC
SharedRing and the SPMC SharedDeque<PassSlot> transport.
Implementations§
Auto Trait Implementations§
impl !Freeze for Submitter
impl !RefUnwindSafe for Submitter
impl !UnwindSafe for Submitter
impl Send for Submitter
impl Sync for Submitter
impl Unpin for Submitter
impl UnsafeUnpin for Submitter
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