V15.1.0 #26

Merged
rayaman merged 18 commits from V15.1.0 into master 2021-11-30 21:28:18 -05:00
2 changed files with 6 additions and 7 deletions
Showing only changes of commit 74bfd571a5 - Show all commits

View File

@ -1,8 +1,7 @@
# Multi Version: 15.1.0 LÖVR Integration
# Multi Version: 15.1.0 Hold the thread
**Key Changes**
- Emulating system threading on a single thread
- Purpose to allow consistant code that can scale when threading is available. Check out the changelog for more details
- Proper support for lua versions above 5.1 (More testing is needed, a full test suite is being developed and should be made available soon)
- thread.hold has been updated to allow all variants to work as well as some new features. Check the changelog or documentation for more info.
- multi:newProccesor() Creates a process that acts like the multi namespace that can be managed independently from the mainloop.
Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and I'll look into it!

View File

@ -29,9 +29,9 @@ build = {
["multi.integration.loveManager"] = "multi/integration/loveManager/init.lua",
["multi.integration.loveManager.extensions"] = "multi/integration/loveManager/extensions.lua",
["multi.integration.loveManager.threads"] = "multi/integration/loveManager/threads.lua",
["multi.integration.lovrManager"] = "multi/integration/lovrManager/init.lua",
["multi.integration.lovrManager.extensions"] = "multi/integration/lovrManager/extensions.lua",
["multi.integration.lovrManager.threads"] = "multi/integration/lovrManager/threads.lua",
--["multi.integration.lovrManager"] = "multi/integration/lovrManager/init.lua",
--["multi.integration.lovrManager.extensions"] = "multi/integration/lovrManager/extensions.lua",
--["multi.integration.lovrManager.threads"] = "multi/integration/lovrManager/threads.lua",
["multi.integration.pesudoManager"] = "multi/integration/pesudoManager/init.lua",
["multi.integration.pesudoManager.extensions"] = "multi/integration/pesudoManager/extensions.lua",
["multi.integration.pesudoManager.threads"] = "multi/integration/pesudoManager/threads.lua",