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