Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support the trio event loop #173

Open
thedrow opened this issue Feb 27, 2021 · 1 comment
Open

Support the trio event loop #173

thedrow opened this issue Feb 27, 2021 · 1 comment

Comments

@thedrow
Copy link

thedrow commented Feb 27, 2021

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.

@elprans
Copy link
Member

elprans commented Feb 27, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants