ExecutionMap

Type Alias ExecutionMap 

Source
pub type ExecutionMap = Arc<RwLock<HashMap<Uuid, Arc<RwLock<ExecutionState>>>>>;
Expand description

Type alias for the execution map (shared state across threads)

Aliased Typeยง

pub struct ExecutionMap { /* private fields */ }