pub static ALL_TASK_STATES: LocalKey<Arc<RwLock<HashMap<TaskId, Arc<RwLock<TaskState>>>>>>Expand description
All states, indexed by their Task ID in the FULL transitive task tree (including all subtrees). The values are the same Arcs stored thread-local in TASK_STATE