Skip to main content

Module run

Module run 

Source
Expand description

Temporal coordination and staging of a running system.
run::{app, 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§

PermissionError
🚩 An error while determining or changing a permission state.
PermissionState
The effective authorization state of a permission.
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.

Type Aliases§

PermissionQuery
⚖️ The result of polling a non-blocking permission query.