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
+1
View File
@@ -27,6 +27,7 @@ if not (GLOBAL and THREAD) then
else
lanes = require("lanes")
end
function multi:newSystemThreadedQueue(name)
local name = name or multi.randomString(16)
local c = {}