-
-
Notifications
You must be signed in to change notification settings - Fork 156
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
Add anyio support #97
Conversation
I wouldn't mind having this in tbh! |
Anyio 3.0 is out, and this PR is rebased and ready for review @Tinche |
Of note, I had to increase the minimum python version to 3.6.2 to match anyio requirements. |
Actually, upon further inspection some tests are failing after that rebase. Will investigate. |
Frankly, the |
OK, should be good now. The entirety of |
I opened an issue over at agronholm/anyio#266 asking for clarification since I see anyio already has async file IO support. |
Looks like anyio has no actual interest in this, so I'm going to pass. Sorry! |
@Tinche i'm confused, you were looking to integrate |
This would fix #96
Adds support for other async frameworks using
anyio
. The only thing to wait on is the release ofanyio
version 3, but I'd like to know if there's interest in this!Cheers.