Working on getting pseudoThreading tests to work

This commit is contained in:
2023-10-15 13:21:57 -04:00
parent ad929da484
commit ef7464f70d
14 changed files with 1150 additions and 28 deletions
+2 -2
View File
@@ -300,7 +300,7 @@ function multi:newSystemThreadedConnection(name)
-- This shouldn't be the case
end
end
end).OnError(multi.error)
end)
return self
end
@@ -377,7 +377,7 @@ function multi:newSystemThreadedConnection(name)
c.proxy_conn:Fire(multi.unpack(item[2]))
end
end
end).OnError(multi.error)
end)
--- ^^^ This will only exist in the init thread
THREAD.package(name,c)
+2
View File
@@ -104,6 +104,8 @@ function multi:newSystemThread(name, func, ...)
c.stab.returns = nil
end
end)
c.OnError(multi.error)
if self.isActor then
self:create(c)