pub struct TaskTable { /* private fields */ }Expand description
Unified registry of all tasks: the root loop plus one child per sub-agent. The sole source of
truth for schedulability and lineage; the AgentProcess view is derived from it.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TaskTable
impl RefUnwindSafe for TaskTable
impl Send for TaskTable
impl Sync for TaskTable
impl Unpin for TaskTable
impl UnsafeUnpin for TaskTable
impl UnwindSafe for TaskTable
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