diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-04-06 15:48:15 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-04-06 15:48:15 +0800 |
commit | eaeea1b4d1da5d8596d07ecb76026e40c4cfd01e (patch) | |
tree | 541716fbaf5362e1ef8ae3987b93ac4e6bc3d5ca /server/locale/zh-CN/libs/lua | |
parent | 80112a1e17c48fdb4b536d548ae6b826d9a8d611 (diff) | |
download | lua-language-server-eaeea1b4d1da5d8596d07ecb76026e40c4cfd01e.zip |
一些遗漏
Diffstat (limited to 'server/locale/zh-CN/libs/lua')
-rw-r--r-- | server/locale/zh-CN/libs/lua/coroutine.lni | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/locale/zh-CN/libs/lua/coroutine.lni b/server/locale/zh-CN/libs/lua/coroutine.lni index e41b5e22..f2912c70 100644 --- a/server/locale/zh-CN/libs/lua/coroutine.lni +++ b/server/locale/zh-CN/libs/lua/coroutine.lni @@ -4,6 +4,9 @@ description = '创建一个主体函数为 `f` 的新协程。' [isyieldable] description = '如果正在运行的协程可以让出,则返回真。' +[kill] +description = '杀死协程 `co`,关闭它所有等待 *to-be-closed* 的变量,并将协程状态设为 `dead` 。' + [resume] description = '开始或继续协程 `co` 的运行。' |