Skip to main content

Module runtime

Module runtime 

Source
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> into StepStage deltas.
event
KernelEvent and supporting enums.
kernel
Kernel — top-level orchestrator.
observer
KernelObserver trait + panic-resilient ObserverRegistry.
registry
ActionRegistry — TypeCode → deserializer fn-pointer table.
stage
StepStage — transactional COW staging for one step() (10 buckets).
view
InstanceView — read-only public projection of one Instance.