Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Support uvloop? #311

Open
blackb1rd opened this issue Mar 11, 2018 · 1 comment
Open

Support uvloop? #311

blackb1rd opened this issue Mar 11, 2018 · 1 comment

Comments

@blackb1rd
Copy link

blackb1rd commented Mar 11, 2018

Is it possible to support uvloop?

Requirement

Python >= 3.5
uvloop
linux only!

To make asyncio use uvloop

import asyncio
import uvloop
asyncio.set_event_loop_policy(uvloop.EventLoopPolicy())

Performance

Performance

Thank you.

@bfredl
Copy link
Member

bfredl commented Mar 11, 2018

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...

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

3 participants