
Async/Await is a Plague: Part 2 Infection
In Part 1 we went looking for the roots. We saw the concurrency crisis that made threads feel too heavy, watched the industry move scheduling up the stack into an event loop, and then rebuilt that loop ourselves out of nothing but Python generators

