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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user