AnyIO v4.15.0 is out 🚀
A ton of new features in this release:
- amap, gather, and as_completed functions to help manage task concurrency.
- a Future that mimics asyncio's.
With TaskHandle that allows awaiting the return value of a task, there is no reason to use asyncio anymore.