We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Is it possible to support uvloop?
Python >= 3.5 uvloop linux only!
import asyncio import uvloop asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())
Thank you.
The text was updated successfully, but these errors were encountered:
It's a pity they don't support windows. There is this PR MagicStack/uvloop#62 but no idea if/when that is going to happen...
Sorry, something went wrong.
No branches or pull requests
Is it possible to support uvloop?
Requirement
Python >= 3.5
uvloop
linux only!
To make asyncio use uvloop
Performance
Thank you.
The text was updated successfully, but these errors were encountered: