Skip to main content

Module runtime

Module runtime 

Source
Expand description

§λ-L-E Fase 3 + 5 runtime primitives. Port of axon/runtime/ (lease kernel, reconcile loop, ensemble aggregator, immune kernels). AXON Runtime primitives (§λ-L-E Fases 3 + 5; §Fase 13.f.2 typed channels).

Direct port of axon/runtime/ sub-modules (lease_kernel, reconcile_loop, ensemble_aggregator, immune kernels). Fase 13.f.2 adds the typed channels runtime (channels::typed::TypedEventBus) — the Rust-runtime parity for the Python axon/runtime/channels/typed.py module.

Modules§

channels
AXON Runtime — Typed Channels (Fase 13.f.2).
ensemble_aggregator
AXON Runtime — EnsembleAggregator (§λ-L-E Fase 3.3)
immune
AXON Runtime — Cognitive Immune System kernels (§λ-L-E Fase 5).
lease_kernel
AXON Runtime — LeaseKernel (§λ-L-E Fase 3.2)
reconcile_loop
AXON Runtime — ReconcileLoop (§λ-L-E Fase 3.1)