pub struct Lpt;Expand description
Longest Processing Time.
Prioritizes tasks with longer total processing time. Useful for load balancing in parallel machine environments.
Trait Implementations§
Source§impl DispatchingRule for Lpt
impl DispatchingRule for Lpt
impl Copy for Lpt
Auto Trait Implementations§
impl Freeze for Lpt
impl RefUnwindSafe for Lpt
impl Send for Lpt
impl Sync for Lpt
impl Unpin for Lpt
impl UnsafeUnpin for Lpt
impl UnwindSafe for Lpt
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