pynvim icon indicating copy to clipboard operation
pynvim copied to clipboard

Support uvloop?

Open blackb1rd opened this issue 7 years ago • 1 comments

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.

blackb1rd avatar Mar 11 '18 17:03 blackb1rd

It's a pity they don't support windows. There is this PR https://github.com/MagicStack/uvloop/pull/62 but no idea if/when that is going to happen...

bfredl avatar Mar 11 '18 17:03 bfredl