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
@@ -102,6 +102,10 @@ local function INIT(thread)
THREAD.hold = thread.hold
function THREAD.setENV(env)
GLOBAL["__env"] = env
end
return GLOBAL, THREAD
end