1 Star 0 Fork 2

Taopper/pLua

forked from Gitee 极速下载/pLua 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
test3.lua 350 Bytes
一键复制 编辑 原始数据 按行查看 历史
shitfuck 提交于 2021-07-14 11:58 . add
local t = {}
function test_insert(n)
table.insert(t, n)
end
function test_sleep()
os.execute("sleep 1")
end
function test()
for i = 1, 1000000 do
test_insert(i)
end
print("done")
test_sleep()
print("sleep done")
end
local p = require "libplua"
p.start(0, "sleep.pro")
for i = 1, 3 do
test()
end
p.stop()
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
C/C++
1
https://gitee.com/Taopper/pLua.git
git@gitee.com:Taopper/pLua.git
Taopper
pLua
pLua
master

搜索帮助