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 a60aae02c6 - Show all commits

View File

@ -22,12 +22,12 @@ multi:newThread("Thread 1",function()
print("Test 1")
thread.hold(conn)
print("Conn sleep test")
error("hi")
error("hi")
end
end).OnError(print)
multi:newThread("Thread 2",function()
print("Thread 2")
print("Thread 2")
return "it worked"
end):OnDeath(print):OnError(error)
multi:newThread("Thread 3",function()