Skip to main content

Module run

Module run 

Source
Expand description

Temporal coordination and staging of a running system.
run::{cycle, regime, time}

Where execution exists, progresses, and becomes concrete.

Modules§

app
🚧 Application-level runtime semantics.
cycle
Phases and transitions of a running system.
regime
The committed configuration of a running environment.
time
Temporal structure and progression within a run.

Structs§

RunDriver
Orchestrates stepwise runtime progression over a backend and an app.

Enums§

RunDriverError
🚩 Errors returned while driving a runtime step.
RunDriverFrameError
🚩 Errors returned while driving a runtime frame step.

Traits§

RunApp
App logic driven step-by-step by a runtime.
RunBackend
Minimal backend contract for runtime-driven frontends.
RunPresent
Presentation finalization driven by a runtime.
RunRender
Rendering logic driven by a runtime frame.