-
-
Notifications
You must be signed in to change notification settings - Fork 50
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
Use AnyIO (optionally) #506
Comments
madkote
added a commit
to madkote/janus
that referenced
this issue
Feb 21, 2023
open to discuss about details |
You can use Culsans if you need AnyIO support. It does not have strong dependencies on AsyncIO, so it fully supports Trio. It's not fully compatible with Janus due to replacing Update: almost fully compatible with Janus since 0.3.0. |
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently ThreadPoolExecutor is in use. It would be nice to have an option to use AnyIO.
Why:
The text was updated successfully, but these errors were encountered: