@mimi89999, I'm sorry, I've decided to avoid calling out specific projects by name.
@mgorny @mimi89999 It can only be either trio or curio.
How about AnyIO which abstracts #asyncio and trio, but since a program may run both at the same time, it needs to sniff the currently running loop for every call ...while everyone thinks it's a simple wrapper
@mattesilver @mimi89999, nope, neither.
@mgorny @mimi89999 when it comes to actual asyncio, I only know of uvloop
@mgorny @mimi89999 https://github.com/MagicStack/uvloop/issues/566 #uvloop #python
@mattesilver @mgorny @mimi89999 trio and curio are not asyncio implementations
@mgorny @mimi89999 It can only be either trio or curio.
How about AnyIO which abstracts #asyncio and trio, but since a program may run both at the same time, it needs to sniff the currently running loop for every call ...while everyone thinks it's a simple wrapper