mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
Writing tests for system threading
This commit is contained in:
@@ -102,6 +102,10 @@ local function INIT(thread)
|
||||
|
||||
THREAD.hold = thread.hold
|
||||
|
||||
function THREAD.setENV(env)
|
||||
GLOBAL["__env"] = env
|
||||
end
|
||||
|
||||
return GLOBAL, THREAD
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user