pub struct Winq;Expand description
Work In Next Queue.
Prioritizes tasks whose next resource has the shortest queue.
Uses context.next_queue_length.
Trait Implementations§
Source§impl DispatchingRule for Winq
impl DispatchingRule for Winq
impl Copy for Winq
Auto Trait Implementations§
impl Freeze for Winq
impl RefUnwindSafe for Winq
impl Send for Winq
impl Sync for Winq
impl Unpin for Winq
impl UnsafeUnpin for Winq
impl UnwindSafe for Winq
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