From 03d632c3dadb63b95567b886aa660da6b6249f4c Mon Sep 17 00:00:00 2001 From: Ryan Date: Fri, 17 Nov 2017 23:05:28 -0500 Subject: [PATCH] System threading updates Added luvitManager limited due to the way luvit works Updated: multi:newSystemThread(name,func,...) You can now pass arguments to the threaded function :D --- README.html | 6 +- README.md | 18 ++++- multi/init.lua | 6 +- multi/integration/lanesManager.lua | 7 +- multi/integration/loveManager.lua | 13 +-- multi/integration/luvitManager.lua | 126 +++++++++++++++++++++++++++++ 6 files changed, 161 insertions(+), 15 deletions(-) create mode 100644 multi/integration/luvitManager.lua diff --git a/README.html b/README.html index b06c853..eb7824c 100644 --- a/README.html +++ b/README.html @@ -9,7 +9,7 @@ -

multi Version: 1.9.0 (Sterilizing is here!)

NOTE: I have been studying a lot about threading in the past few weeks and have some awesome additions in store! They will take a while to come out though. The goal of the library is still to provide a simple and efficient way to multi task in lua

Upcoming Plans: Adding network support for threading. Kinda like your own lua cloud. This will require the bin, net, and multi library. Once that happens I will include those libraries as a set. This also means that you can expect both a stand alone and joined versions of the libraries.

In Changes you’ll find documentation for(In Order):