Reworked priorities

This commit is contained in:
2022-01-23 17:23:32 -05:00
parent e194a06427
commit 3fcba8825b
4 changed files with 70 additions and 47 deletions
+1 -1
View File
@@ -29,5 +29,5 @@ runTest = thread:newFunction(function()
print(multi:getTasksDetails())
os.exit()
end)
runTest()
runTest().OnError(print)
multi:mainloop()