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 4335f3ed14 - Show all commits

View File

@ -52,5 +52,10 @@ multi:benchMark(sleep_for,multi.Priority_Core,"Core:"):OnBench(bench)
multi.OnExit(function() multi.OnExit(function()
print("Total: ".. a) print("Total: ".. a)
end) end)
<<<<<<< HEAD
multi:mainloop{print=true,priority=3} multi:mainloop{print=true,priority=3}
=======
multi:mainloop()
>>>>>>> f1f6e30a9833625630b84f8e6bfff179807b0102
--multi:lightloop() --multi:lightloop()