pub struct RoundRobin { /* private fields */ }
Expand description
Keeps cycling through the tasks in a deterministic order
Trait Implementations§
Source§impl Default for RoundRobin
impl Default for RoundRobin
Source§fn default() -> RoundRobin
fn default() -> RoundRobin
Returns the “default value” for a type. Read more
Source§impl SchedulingStrategy for RoundRobin
impl SchedulingStrategy for RoundRobin
Auto Trait Implementations§
impl Freeze for RoundRobin
impl RefUnwindSafe for RoundRobin
impl Send for RoundRobin
impl Sync for RoundRobin
impl Unpin for RoundRobin
impl UnwindSafe for RoundRobin
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