New Async Lua API for Neovim
Neovim's new asynchronous API allows Lua code to run without blocking the event loop, enhancing performance.
Neovim introduces a new asynchronous API that allows Lua code to wait on timers and callbacks without blocking the event loop. This structure enables tasks to pause at checkpoints and manage child tasks effectively.
This synthesis was produced from its source by AI; there is no human editor or manual review step. How we work