pub type SharedRunControl = Arc<RunControl>;Expand description
Shared run control, mirroring WorkingMemory’s Arc sharing pattern.
Aliased Type§
pub struct SharedRunControl { /* private fields */ }pub type SharedRunControl = Arc<RunControl>;Shared run control, mirroring WorkingMemory’s Arc sharing pattern.
pub struct SharedRunControl { /* private fields */ }