pub struct AdaptiveExecutor { /* private fields */ }Expand description
Adaptive executor that learns optimal chunk sizes
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AdaptiveExecutor
impl RefUnwindSafe for AdaptiveExecutor
impl Send for AdaptiveExecutor
impl Sync for AdaptiveExecutor
impl Unpin for AdaptiveExecutor
impl UnwindSafe for AdaptiveExecutor
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