pub struct InFlightCounter { /* private fields */ }
Expand description
Tracks the in-flight tasks: how many nodes are actively being processed by workers.
Implementations§
Trait Implementations§
Source§impl Default for InFlightCounter
impl Default for InFlightCounter
Source§fn default() -> InFlightCounter
fn default() -> InFlightCounter
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for InFlightCounter
impl RefUnwindSafe for InFlightCounter
impl Send for InFlightCounter
impl Sync for InFlightCounter
impl Unpin for InFlightCounter
impl UnwindSafe for InFlightCounter
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