Structured Concurrency
asyncio.TaskGroup vs gather: Why Structured Concurrency Wins in Python 3.11+
If you’ve been writing asyncio in production Python for more than a few months, you’ve almost certainly hit the same trap I keep watching teams walk into.
