pub struct ById;Expand description
ID-ordered scheduler - returns agents sorted ascending by AgentId.
Produces a deterministic, reproducible activation order regardless of store internals.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ById
impl RefUnwindSafe for ById
impl Send for ById
impl Sync for ById
impl Unpin for ById
impl UnsafeUnpin for ById
impl UnwindSafe for ById
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