From 500734d0db2bb785e2b441aaa96005279d90ceda Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Wed, 19 Feb 2020 12:32:41 -0500 Subject: [PATCH] Almost done with testing, minor changes --- README.md | 16 ++-- changes.md | 30 +++---- multi/init.lua | 17 ++-- multi/integration/lanesManager/init.lua | 23 ++++-- multi/integration/lanesManager/threads.lua | 7 ++ test.lua | 93 +++++++++++++++++++++- 6 files changed, 147 insertions(+), 39 deletions(-) diff --git a/README.md b/README.md index 8fe99ea..054c9f5 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# multi Version: 14.1.0 System threaded functions (See changes.md) +# multi Version: 14.1.0 System threaded functions and more? (See changes.md for detailed changes) -Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and ill look into it! +Found an issue? Please [submit it](https://github.com/rayaman/multi/issues) and I'll look into it! My multitasking library for lua. It is a pure lua binding, if you ignore the integrations and the love2d compat. If you find any bugs or have any issues, please let me know. @@ -15,13 +15,13 @@ To install copy the multi folder into your environment and you are good to go