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 588923e1b7 - Show all commits

View File

@ -49,8 +49,8 @@ multi:newThread("Coroutine Based Thread",function()
end)
multi:newTLoop(function(loop)
print("!")
loop:Destroy()
os.exit()
loop:Destroy()
os.exit()
end,.3)
multi:mainloop()
--[[