Some work on the debug manager, proxies working on lanes, todo get pseudo manager and love2d working

This commit is contained in:
2023-10-03 22:21:37 -04:00
parent 3d55704726
commit ad929da484
4 changed files with 47 additions and 16 deletions
+4 -4
View File
@@ -184,10 +184,10 @@ function multi:newProxy(list)
cp.funcs = copy(self._funcs)
cp.init = function(self)
local multi, thread = require("multi"):init()
-- if multi.integration then
-- GLOBAL = multi.integration.GLOBAL
-- THREAD = multi.integration.THREAD
-- end
if multi.integration then
GLOBAL = multi.integration.GLOBAL
THREAD = multi.integration.THREAD
end
local proxy = THREAD.waitFor(self.proxy_link)
for i,v in pairs(proxy) do
print("proxy",i,v)