pub type SharedGuardState = Arc<Mutex<WorkflowGuardState>>;Expand description
Thread-safe handle to a shared WorkflowGuardState.
Passed from parent to child workflows so that limits are enforced globally across the entire run tree.
Aliased Typeยง
pub struct SharedGuardState { /* private fields */ }