pub struct Lpul;Expand description
Least Planned Utilization Level.
Prioritizes tasks whose candidate resources have the lowest utilization.
Uses context.resource_utilization and task.activities[0].resource_requirements.
Trait Implementations§
Source§impl DispatchingRule for Lpul
impl DispatchingRule for Lpul
impl Copy for Lpul
Auto Trait Implementations§
impl Freeze for Lpul
impl RefUnwindSafe for Lpul
impl Send for Lpul
impl Sync for Lpul
impl Unpin for Lpul
impl UnsafeUnpin for Lpul
impl UnwindSafe for Lpul
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