- Fix missing dependence

This commit is contained in:
ParticleG
2024-11-01 08:22:21 +08:00
parent bc831220b4
commit c642bd3857

View File

@@ -3,6 +3,8 @@ local getCHN,setCHN,triggerCHN=...
local CHN_demand,CHN_getCount=triggerCHN.demand,triggerCHN.getCount
local CHN_push,CHN_pop=triggerCHN.push,triggerCHN.pop
JS=require'Zframework.js'
local yield=coroutine.yield
local setThread=coroutine.wrap(function()
while true do
@@ -61,5 +63,3 @@ while true do-- Running
print('Running getThread')
getThread()
end
error()