Expand description
L0 runtime stratum — kernel orchestrator, step-stage commit
machinery, observer pipeline, InstanceView read API.
L0 runtime stratum.
Kernel-level event types, transactional StepStage (10 buckets),
the Kernel orchestrator, dispatcher, action registry, and the
panic-resilient observer chain. Depends on abi and
state.
Re-exports§
pub use kernel::Kernel;pub use kernel::Stats;pub use kernel::StepReport;pub use observer::KernelObserver;pub use view::InstanceView;
Modules§
- apply
- Stage application — runtime-side
apply_stage/discard_stage. - dispatch
- Effect dispatcher — translate an
Effect<'i, Authorized>intoStepStagedeltas. - event
KernelEventand supporting enums.- kernel
Kernel— top-level orchestrator.- observer
KernelObservertrait + panic-resilientObserverRegistry.- registry
ActionRegistry— TypeCode → deserializer fn-pointer table.- stage
StepStage— transactional COW staging for onestep()(10 buckets).- view
InstanceView— read-only public projection of oneInstance.