neovim / neovim-ruby

Ruby support for Neovim
MIT License
340 stars 17 forks source link

[WIP] Event loop refactor #44

Closed alexgenco closed 6 years ago

alexgenco commented 7 years ago

I'm trying to simplify the "middleware stack" components (RPC, msgpack, etc.) by extracting the run methods into a first-class event loop object. This is exploratory for now, and I'm just opening this PR to watch the travis builds.