diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 17:59:54 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2021-11-02 17:59:54 +0800 |
commit | c16264eac3b25f6f2bce14b0504071787bd2bc54 (patch) | |
tree | 25a76c376b0bcb244e1281ff89afd5aa55600615 /meta/template | |
parent | a1fc6ac2f84804d3dbbde2ce5df02907f496ce7f (diff) | |
download | lua-language-server-c16264eac3b25f6f2bce14b0504071787bd2bc54.zip |
#687 await-in-sync
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 |