Closed davidpomerenke closed 3 months ago
MIM-107 Use async rather than parallel
turns out parallel is actually a good solution in many cases, and async (at least without additional limitations on how many things run in parallel) tends to cause problems
MIM-107 Use async rather than parallel