Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Intersect
TaskGroup
states and ALL_TASK_STATES
As `dict.values` supports intersections and `ALL_TASK_STATES` is a `set`, we can just compute their intersection directly. This winds up being significantly faster and simpler.
- Loading branch information