pynvim
pynvim copied to clipboard
Support uvloop?
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

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