Expand description
Deterministic protocol-machine kernel API.
This module provides the canonical instruction-step entrypoints for the cooperative protocol-machine state machine. Driver layers (native single-thread, wasm, and adapter backends) should call this API instead of re-implementing stepping logic.
Structs§
- Protocol
Machine Kernel - Canonical cooperative kernel entrypoints.
Traits§
- Kernel
Machine - Runtime machine that can execute one kernel scheduler round.