Closed adriangb closed 3 years ago
We should just store them in a Dict[Task, result].
Currently, if a solved dependant is executed concurrently, task results will overwrite each other since they share an object.
Fixed in 583326c
We should just store them in a Dict[Task, result].
Currently, if a solved dependant is executed concurrently, task results will overwrite each other since they share an object.