Hacker News new | ask | show | jobs
by ydj 110 days ago
I think it’s not so much that the asyncio primitives got wrong about shared state, as much as is what the authors got wrong about the usage of those primitives. They are classic concurrency primitives that’s been around for almost half a century. They work as designed, but require some care to use correctly.
1 comments

Agreed. This isn't an asyncio problem, it's just not how those primatices work.