V15.3.0 #46

Merged
rayaman merged 85 commits from v15.3.0 into network_parallelism_test_branch 2022-06-11 23:41:07 -04:00
Showing only changes of commit 72e24e8a9b - Show all commits

View File

@ -242,6 +242,9 @@ function multi:newConnection(protect,func,kill)
local protect=protect or false local protect=protect or false
local connections={} local connections={}
c.FC=0 c.FC=0
function c:hasConnections()
return #call_funcs~=0
end
function c:holdUT(n) function c:holdUT(n)
local n=n or 0 local n=n or 0
self.waiting=true self.waiting=true