Plan on testing parity between the threading modules

This commit is contained in:
2023-04-20 23:23:51 -04:00
parent c65b850529
commit 8e6d174f20
4 changed files with 7 additions and 2 deletions
+2
View File
@@ -69,6 +69,7 @@ function multi:newSystemThreadedQueue(name)
THREAD.package(name,c)
return c
end
function multi:newSystemThreadedTable(name)
local name = name or multi.randomString(16)
local c = {}
@@ -79,6 +80,7 @@ function multi:newSystemThreadedTable(name)
THREAD.package(name,c)
return c
end
local jqc = 1
function multi:newSystemThreadedJobQueue(n)
local c = {}