diff options
Diffstat (limited to 'meta/template')
-rw-r--r-- | meta/template/coroutine.lua | 1 |
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 |