aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/async/control.lua
Commit message (Collapse)AuthorAgeFilesLines
* fix(async): also check async context termination immediately after suspendingWilliam Boman2025-02-191-2/+2
|
* refactor: standardize constructors and improve inheritance constructionWilliam Boman2025-02-191-20/+38
|
* chore(async): add Channel (#1456)William Boman2023-08-171-2/+60
|
* test(async): add tests for control mechanisms (#1176)William Boman2023-04-031-0/+1
|
* fix(registry): use oneshot channel for updating registry (#1168)William Boman2023-04-021-12/+40
|
* refactor: add mason-schemas and mason-core modules (#29)William Boman2022-07-081-0/+75
* refactor: add mason-schemas and move generated filetype map to mason-lspconfig * refactor: add mason-core module