Expand description
Shared application state threaded through Axum handlers via Arc<AppState>.
AppState holds the worker pool, readiness flag, concurrency semaphore,
and the live cost-model handle. TuningInfo captures the static
memory-detection snapshot written once before the background probe starts.
Structs§
- AppState
- Shared application state injected into every request handler via [
axum::extract::State]. - Tuning
Info - Static workspace memory info surfaced by the
/healthendpoint.
Enums§
- Probe
Status - Status of the background memory probe.