aboutsummaryrefslogtreecommitdiffstats
path: root/lua/mason-core/async/control.lua
diff options
context:
space:
mode:
authorWilliam Boman <william@redwill.se>2023-04-03 17:05:32 +0200
committerGitHub <noreply@github.com>2023-04-03 17:05:32 +0200
commitdbf34eecc1f06733a2c518ddd5fe6b1472e7d837 (patch)
treec21322498fec1623c9d132383ddc4a46740ab1e3 /lua/mason-core/async/control.lua
parentfeat: vendor zzlib for unzip (#1174) (diff)
downloadmason-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/control.lua')
-rw-r--r--lua/mason-core/async/control.lua1
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