summaryrefslogtreecommitdiff
path: root/meta/template/coroutine.lua
diff options
context:
space:
mode:
Diffstat (limited to 'meta/template/coroutine.lua')
-rw-r--r--meta/template/coroutine.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/template/coroutine.lua b/meta/template/coroutine.lua
index 804c84c6..7d8e2cb2 100644
--- a/meta/template/coroutine.lua
+++ b/meta/template/coroutine.lua
@@ -55,6 +55,7 @@ function coroutine.status(co) end
function coroutine.wrap(f) end
---#DES 'coroutine.yield'
+---@async
---@return ...
function coroutine.yield(...) end