mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
jobqueues having isues with stp
This commit is contained in:
@@ -23,8 +23,13 @@ end)
|
||||
|
||||
local jq = multi:newSystemThreadedJobQueue(n)
|
||||
|
||||
jq:registerFunction("test2",function()
|
||||
print("This works!")
|
||||
end)
|
||||
|
||||
jq:registerFunction("test",function(a, b, c)
|
||||
print(a, b+c)
|
||||
test2()
|
||||
return a+b+c
|
||||
end)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user