From ac1dd5f79b6f45f738f8dba3a0b06525f71615eb Mon Sep 17 00:00:00 2001 From: Ryan Date: Thu, 29 Jun 2017 15:12:43 -0400 Subject: [PATCH] ReadMe now reflects (1.8.1) --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c260577..d19761d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# multi Version: 1.8.0 (How much thread could a thread thread if a thread could thread thread?) +# multi Version: 1.8.1 **Note: The changes section has information on how to use the new features as they come out. Why put the infomation twice on the readme?**
My multitasking library for lua
@@ -788,7 +788,13 @@ We did it! 1 2 3
Changes ------- -Updated from 1.7.6 to 1.8.0
+Updated from 1.8.0 to 1.8.1
+No real change!
+Changed the structure of the library. Combined the coroutine based threads into the core!
+Only compat and intergrations are not part of the core and never will be by nature.
+This should make the library more convient to use.
+I left multi/all.lua file so if anyone had libraries/projects that used that it will still work!
+Updated from 1.7.6 to 1.8.0
(How much thread could a thread thread if a thread could thread thread?) Added:
- multi:newSystemThreadedQueue() - multi:systemThreadedBenchmark()