pub struct Fastest;Expand description
Fastest scheduler - returns agents in store iteration order.
No sorting or shuffling is performed. This is the cheapest scheduler and is appropriate when activation order does not matter.
Reproducibility inherits whatever ordering guarantees the underlying store provides.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Fastest
impl RefUnwindSafe for Fastest
impl Send for Fastest
impl Sync for Fastest
impl Unpin for Fastest
impl UnsafeUnpin for Fastest
impl UnwindSafe for Fastest
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