- Fix missing dependence
This commit is contained in:
@@ -3,6 +3,8 @@ local getCHN,setCHN,triggerCHN=...
|
|||||||
local CHN_demand,CHN_getCount=triggerCHN.demand,triggerCHN.getCount
|
local CHN_demand,CHN_getCount=triggerCHN.demand,triggerCHN.getCount
|
||||||
local CHN_push,CHN_pop=triggerCHN.push,triggerCHN.pop
|
local CHN_push,CHN_pop=triggerCHN.push,triggerCHN.pop
|
||||||
|
|
||||||
|
JS=require'Zframework.js'
|
||||||
|
|
||||||
local yield=coroutine.yield
|
local yield=coroutine.yield
|
||||||
local setThread=coroutine.wrap(function()
|
local setThread=coroutine.wrap(function()
|
||||||
while true do
|
while true do
|
||||||
@@ -61,5 +63,3 @@ while true do-- Running
|
|||||||
print('Running getThread')
|
print('Running getThread')
|
||||||
getThread()
|
getThread()
|
||||||
end
|
end
|
||||||
|
|
||||||
error()
|
|
||||||
|
|||||||
Reference in New Issue
Block a user