From 74bfd571a52f6ada64d8c9cabe6738a133807459 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 2 Jul 2021 16:57:58 -0400 Subject: [PATCH] Rockspecs/Readme Updated --- README.md | 7 +++---- rockspecs/multi-15.1-0.rockspec | 6 +++--- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 6234ad0..32442e8 100644 --- a/README.md +++ b/README.md @@ -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! diff --git a/rockspecs/multi-15.1-0.rockspec b/rockspecs/multi-15.1-0.rockspec index f803bb6..68ec605 100644 --- a/rockspecs/multi-15.1-0.rockspec +++ b/rockspecs/multi-15.1-0.rockspec @@ -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",