pub type ExecutionMap = Arc<RwLock<HashMap<Uuid, Arc<RwLock<ExecutionState>>>>>;
Type alias for the execution map (shared state across threads)
pub struct ExecutionMap { /* private fields */ }