mirror of
https://github.com/PHIDIAS0303/ExpCluster.git
synced 2025-12-31 21:01:39 +09:00
Added way to get new threads from server
This commit is contained in:
@@ -43,6 +43,11 @@ function Server._threads(reset)
|
|||||||
return global.exp_core.threads
|
return global.exp_core.threads
|
||||||
end
|
end
|
||||||
|
|
||||||
|
-- see thread:create (this was done so thread can remain local)
|
||||||
|
function Server.new_thread(obj)
|
||||||
|
return thread:create(obj)
|
||||||
|
end
|
||||||
|
|
||||||
--- Adds a thread into the resolve queue, can be used to lower lag
|
--- Adds a thread into the resolve queue, can be used to lower lag
|
||||||
-- @usage Server.queue_thread(thread) -- return true/false
|
-- @usage Server.queue_thread(thread) -- return true/false
|
||||||
-- @tparam table the thread to add to the queue must have a resolve function (must be open)
|
-- @tparam table the thread to add to the queue must have a resolve function (must be open)
|
||||||
|
|||||||
Reference in New Issue
Block a user