Skip to main content

SharedOrchestratorState

Type Alias SharedOrchestratorState 

Source
pub(crate) type SharedOrchestratorState<TYPES> = Arc<RwLock<OrchestratorState<TYPES>>>;
Expand description

Shared, lock-guarded orchestrator state, cloned into every axum handler via State.

Aliased Typeยง

pub(crate) struct SharedOrchestratorState<TYPES> { /* private fields */ }