diff options
| author | William Boman <william@redwill.se> | 2023-04-03 17:05:32 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-04-03 17:05:32 +0200 |
| commit | dbf34eecc1f06733a2c518ddd5fe6b1472e7d837 (patch) | |
| tree | c21322498fec1623c9d132383ddc4a46740ab1e3 /lua/mason-core/async | |
| parent | feat: vendor zzlib for unzip (#1174) (diff) | |
| download | mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.tar mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.tar.gz mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.tar.bz2 mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.tar.lz mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.tar.xz mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.tar.zst mason-dbf34eecc1f06733a2c518ddd5fe6b1472e7d837.zip | |
test(async): add tests for control mechanisms (#1176)
Diffstat (limited to 'lua/mason-core/async')
| -rw-r--r-- | lua/mason-core/async/control.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lua/mason-core/async/control.lua b/lua/mason-core/async/control.lua index df2627f6..c9479540 100644 --- a/lua/mason-core/async/control.lua +++ b/lua/mason-core/async/control.lua @@ -22,6 +22,7 @@ function Condvar:notify_all() self.handles = {} end +---@class Permit local Permit = {} Permit.__index = Permit |
