mirror of
https://github.com/rayaman/multi.git
synced 2026-09-05 07:27:35 -04:00
thread.hold(proxy.conn)
This commit is contained in:
@@ -162,6 +162,7 @@ function multi:newSystemThreadedJobQueue(n)
|
||||
local lastProc = clock()
|
||||
local queueAll = love.thread.getChannel("__JobQueue_"..jqc.."_queueAll")
|
||||
local registry = {}
|
||||
_G["__QR"] = queueReturn
|
||||
setmetatable(_G,{__index = funcs})
|
||||
thread:newThread("startUp",function()
|
||||
while true do
|
||||
|
||||
@@ -66,6 +66,7 @@ multi.integration = {}
|
||||
local THREAD = require("multi.integration.loveManager.threads")
|
||||
local GLOBAL = THREAD.getGlobal()
|
||||
local THREAD_ID = 1
|
||||
multi.isMainThread = true
|
||||
|
||||
function multi:newSystemThread(name, func, ...)
|
||||
local c = {}
|
||||
|
||||
Reference in New Issue
Block a user