pub struct IOWorkers<C: IOCallback>(/* private fields */);Expand description
Implement with crossfire::mpmc, can be shared among multiple IOContext instances.
Implementations§
Trait Implementations§
Source§impl<C: IOCallback> Clone for IOWorkers<C>
impl<C: IOCallback> Clone for IOWorkers<C>
Auto Trait Implementations§
impl<C> !Freeze for IOWorkers<C>
impl<C> !RefUnwindSafe for IOWorkers<C>
impl<C> Send for IOWorkers<C>
impl<C> Sync for IOWorkers<C>
impl<C> Unpin for IOWorkers<C>
impl<C> !UnwindSafe for IOWorkers<C>
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