Fix issue where I forgot to implement the handler for thread.yield
This commit is contained in:
parent
e9a0e7bbf7
commit
48bba84c08
@ -1469,6 +1469,9 @@ local cmds = {-- ipart: t_hold, t_sleep, t_holdF, t_skip, t_holdW, t_yield, t_no
|
|||||||
th.interval = arg3 or 0
|
th.interval = arg3 or 0
|
||||||
th.intervalR = clock()
|
th.intervalR = clock()
|
||||||
end,
|
end,
|
||||||
|
function(th,arg1,arg2,arg3)
|
||||||
|
th.task = t_yield
|
||||||
|
end,
|
||||||
function() end
|
function() end
|
||||||
}
|
}
|
||||||
setmetatable(cmds,{__index=function() return function() end end})
|
setmetatable(cmds,{__index=function() return function() end end})
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user