nvim-lua-guide
nvim-lua-guide copied to clipboard
threading support for lua via libuv got merged, link to good tutorial on usage
https://github.com/neovim/neovim/pull/17386
This is relevant for plugin authors and if the user wants to spawn background threads for resource-demanding computations in lua.