From 9c3e66e9cc8f68e259b8fa9528138cdd3231c602 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Fri, 15 Jun 2018 13:45:43 -0400 Subject: [PATCH] doing some tests --- README.html | 200 +++++----- README.md | 189 ++++------ changes.html | 104 +++--- changes.md | 195 +++++++--- multi/all.lua | 1 - multi/compat/backwards[1,5,0].lua | 305 --------------- multi/compat/love2d.lua | 3 +- multi/init.lua | 533 ++++++++------------------- multi/integration/lanesManager.lua | 5 +- multi/integration/loveManager.lua | 2 +- multi/integration/luvitManager.lua | 5 +- multi/integration/networkManager.lua | 39 ++ multi/integration/shared.lua | 27 +- 13 files changed, 603 insertions(+), 1005 deletions(-) delete mode 100644 multi/all.lua delete mode 100644 multi/compat/backwards[1,5,0].lua create mode 100644 multi/integration/networkManager.lua diff --git a/README.html b/README.html index a0794dd..a0b8e65 100644 --- a/README.html +++ b/README.html @@ -9,8 +9,8 @@ -

multi Version: 1.11.0 (Show me the love, love2d 11.1 support is here see changelog for details. Plus a new threaded object for testing!)

NOTE: I have been studying a lot about threading for the past few months 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

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

My multitasking library for lua. It is a pure lua binding if you ingore the integrations and the love2d compat. If you find any bugs or have any issues please let me know :). If you don’t see a table of contents try using the ReadMe.html file. It is eaiser to navigate the readme