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
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 close() with shutdown(), but it's fully compatible with Python 3.13 queues.
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: