Re-exports§
pub use entropy::EntropySample;pub use entropy::EntropyTracker;pub use entropy::EntropyWatchConfig;pub use milestone::MilestoneTracker;pub use tcb::BudgetLedger;pub use tcb::TaskId;pub use tcb::TaskLifecycle;pub use tcb::TaskTable;pub use tcb::Tcb;pub use tcb::WaitReason;
Modules§
- entropy
- Session-entropy sampling — the kernel-side measurement behind a host “heartbeat entropy watch” source.
- milestone
- Milestone contract tracking extracted from LoopStateMachine.
- policy
- rollback
- Pure helpers for turn-transaction rollback messaging.
- state_
machine - tcb
- Primitive P2: Task Control Block + unified scheduling entity.