pub struct PriorityScheduler { /* private fields */ }Expand description
Priority-based scheduler (priority queue)
Implementations§
Trait Implementations§
Source§impl Default for PriorityScheduler
impl Default for PriorityScheduler
Source§impl Scheduler for PriorityScheduler
impl Scheduler for PriorityScheduler
Auto Trait Implementations§
impl Freeze for PriorityScheduler
impl RefUnwindSafe for PriorityScheduler
impl Send for PriorityScheduler
impl Sync for PriorityScheduler
impl Unpin for PriorityScheduler
impl UnsafeUnpin for PriorityScheduler
impl UnwindSafe for PriorityScheduler
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