pub struct ReadWorkers { /* private fields */ }Implementations§
Source§impl ReadWorkers
impl ReadWorkers
pub fn start(config: &RingConfig, num_threads: usize) -> Result<Self>
pub fn enqueue(&self, job: BatchReadJobs)
pub fn config(&self) -> &RingConfig
Trait Implementations§
Auto Trait Implementations§
impl !Freeze for ReadWorkers
impl !RefUnwindSafe for ReadWorkers
impl Send for ReadWorkers
impl Sync for ReadWorkers
impl Unpin for ReadWorkers
impl !UnwindSafe for ReadWorkers
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