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 nest-asyncio #405
Comments
|
yes please this is badly needed as libraries that use nest-asyncio cannot be uvloop installed? |
|
bump, is there any update on this? or any other get around for nested asyncio handling with uvloop? |
|
This feature will be really good to have. |
|
This would be great! |
|
up |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
nest-asyncio allows nested event loops, which seems like a very useful feature. Currently it only works with event loops from asyncio. Would it make sense to have uvloop patchable with nest-asyncio?
The text was updated successfully, but these errors were encountered: