Writing tests for system threading

This commit is contained in:
2023-04-24 00:15:35 -04:00
parent 8e6d174f20
commit d2cfdfa8e8
5 changed files with 116 additions and 11 deletions
+4
View File
@@ -139,6 +139,10 @@ function threads.getGlobal()
)
end
function THREAD.setENV(env)
(threads.getGlobal())["__env"] = env
end
function threads.createTable(n)
local _proxy = {}
local function set(name,val)