pub type SharedFlowStack = Arc<Mutex<FlowStack>>;Expand description
A shared, lock-protected FlowStack — the form in which the Live
control plane owns governance, so runtime surfaces (e.g.
LiveHandle::explain) can snapshot it
concurrently. All methods are synchronous: lock briefly and never hold the
guard across an await.
Aliased Type§
pub struct SharedFlowStack { /* private fields */ }