aboutsummaryrefslogtreecommitdiffstats
path: root/lua/nvim-lsp-installer/core/async/init.lua
Commit message (Collapse)AuthorAgeFilesLines
* mason.nvimWilliam Boman2022-07-071-224/+0
|
* refactor(async): log errors that occur inside a.scope blocks (#735)William Boman2022-05-301-1/+5
| | | These are otherwise completely silenced.
* chore: further decouple module structure (#685)William Boman2022-05-111-3/+8
|
* fix(async): slightly better support for nested coroutine contexts (#600)William Boman2022-04-161-14/+16
| | | | | | | | | * fix(async): only dispatch first failure in a.wait_all * add InstallContext:run_concurrently This is needed due to how multiple coroutine contexts are used in a hierchical structure, and the async coroutine dispatcher loses this hierchical context inside callback functions invoked via FFI (I… assume?).
* feat(async): add a.wait_all (#596)William Boman2022-04-131-5/+76
|
* make install context available via coroutine context (#586)William Boman2022-04-111-1/+5
|
* add async managers (#536)William Boman2022-03-261-2/+2
|
* feat(async): allow for a.promisify to reject (#557)William Boman2022-03-231-2/+14
|
* run server installation in async execution context (#525)William Boman2022-03-061-0/+4
|
* fix(async): set error() level to 2William Boman2022-03-061-2/+2
|
* async: raise errors instead of returning pcall-style (#521)William Boman2022-03-051-2/+6
|
* fix(async): pcall callback-style functions to catch errors (#515)William Boman2022-03-021-8/+19
|
* feat: add async module (#499)William Boman2022-02-211-0/+107