LuaScriptCore
LuaScriptCore copied to clipboard
context.runThread崩溃
for i = 1, 10 do for j = 1, 10000 do callback(function() print(i,j) end) end end 报内存错误,巴拉巴拉一串