pub struct PlanRunner { /* private fields */ }Expand description
Runs multiple OutputPlans in parallel, managing the number of threads
used to run them.
Implementations§
Source§impl PlanRunner
impl PlanRunner
Trait Implementations§
Auto Trait Implementations§
impl Freeze for PlanRunner
impl RefUnwindSafe for PlanRunner
impl Send for PlanRunner
impl Sync for PlanRunner
impl Unpin for PlanRunner
impl UnwindSafe for PlanRunner
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