You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd very much would like to use this library but I use trio.
Using AnyIO instead of asyncio directly would enable using both asyncio (with or without uvloop) and trio.
The text was updated successfully, but these errors were encountered:
It should be doable. Even asyncpg was made compatible with trio (https://github.com/python-trio/triopg), and edgedb-python has significantly less magic.
I'd very much would like to use this library but I use trio.
Using AnyIO instead of asyncio directly would enable using both asyncio (with or without uvloop) and trio.
The text was updated successfully, but these errors were encountered: