Email or username:

Password:

Forgot your password?
Top-level
Michał Górny

@mimi89999, I'm sorry, I've decided to avoid calling out specific projects by name.

5 comments
Zło To

@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

Go Up