Remix.run Logo
ydj 6 hours 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.

jsanders9 5 hours ago | parent [-]

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