From 128584e0d91098f8a0d3c6bc48dc529e59d5d1e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Sun, 31 Mar 2019 13:14:49 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=AE=E5=BD=95=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/libs/lua53/coroutine.lni | 90 ----------------------------------------- 1 file changed, 90 deletions(-) delete mode 100644 server/libs/lua53/coroutine.lni (limited to 'server/libs/lua53/coroutine.lni') diff --git a/server/libs/lua53/coroutine.lni b/server/libs/lua53/coroutine.lni deleted file mode 100644 index 51b717b9..00000000 --- a/server/libs/lua53/coroutine.lni +++ /dev/null @@ -1,90 +0,0 @@ -[coroutine] -type = 'table' -[[.source]] -type = 'global' -`````````` -type = 'library' -name = 'coroutine' - - -type = 'function' -parent = { - 1 = { - type = 'global', - name = 'coroutine', - }, - 2 = { - type = 'library', - name = 'coroutine', - } -} - -[create] -[[.args]] -name = 'f' -type = 'function' -[[.returns]] -name = 'coroutine' -type = 'thread' - -[isyieldable] -[[.returns]] -type = 'boolean' - -[resume] -[[.args]] -name = 'co' -type = 'thread' -`````````` -name = 'val1' -optional = 'after' -`````````` -type = '...' -[[.returns]] -name = 'success' -type = 'boolean' -`````````` -name = 'result' -`````````` -type = '...' - -[running] -[[.returns]] -name = 'running_co' -type = 'thread' -`````````` -name = 'is_main' -type = 'boolean' - -[status] -[[.args]] -name = 'co' -type = 'thread' -[[.returns]] -name = 'status' -type = 'string' -[[.enums]] -name = 'status' -enum = 'running' -`````````` -name = 'status' -enum = 'suspended' -`````````` -name = 'status' -enum = 'normal' -`````````` -name = 'status' -enum = 'dead' - -[wrap] -[[.args]] -name = 'f' -type = 'function' -[[.returns]] -type = '...' - -[yield] -[[.args]] -type = '...' -[[.returns]] -type = '...' -- cgit v1.2.3