mirror of
https://github.com/neovim/neovim.git
synced 2024-12-27 14:21:31 -07:00
991d3ec1e6
- Add event loop abstraction module under src/nvim/event. The src/nvim/event/loop module replaces src/nvim/os/event - Remove direct dependency on libuv signal/timer API and use the new abstraction instead. - Replace all references to uv_default_loop() by &loop.uv, a new global variable that wraps libuv main event loop but allows the event loop functions to be reused in other contexts. |
||
---|---|---|
.. | ||
env_spec.lua | ||
fs_spec.lua | ||
shell_spec.lua | ||
users_spec.lua |