Expand description
Core runtime primitives: Engine + Ctx + State + Config.
Modules§
- config
- EngineCfg + LongHoldConfig.
- ctx
CtxandOperatorInfo— cross-cutting context threaded through the engine.- engine
Engine— the long-running stateful runtime plus thewith_statehelper (R1-R4 discipline).- errors
- Engine error type.
- state
EngineState— the singleMutex-guarded state object — plus the supporting types.