Hacker News new | ask | show | jobs
by adamcharnock 2866 days ago
FWIW, I was at a talk by an asyncio core developer at EuroPython and he said they are looking very closely at how to improve the asyncio API in upcoming 3.8/3.9 releases. In particular, looking at good ideas they can pull in from libraries such as trio.

Maybe Python 4 will mark a maturing of asyncio?