edgedb-python icon indicating copy to clipboard operation
edgedb-python copied to clipboard

Support the trio event loop

Open thedrow opened this issue 4 years ago • 1 comments

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.

thedrow avatar Feb 27 '21 09:02 thedrow

It should be doable. Even asyncpg was made compatible with trio (https://github.com/python-trio/triopg), and edgedb-python has significantly less magic.

elprans avatar Feb 27 '21 17:02 elprans