From e0c72cb8ea696caf10d818a455a004f89a499517 Mon Sep 17 00:00:00 2001 From: Ryan Date: Tue, 4 Jul 2017 13:53:31 -0400 Subject: [PATCH] SystemThreadedExecute (1.8.5) Added: SystemThreadedExecute --- README.html | 60 +++++++++++++------ README.md | 19 +++++- .../SystemThreadedExecuteTest.lua | 0 examples/lanesintegratetest8.lua | 11 ++++ examples/love2d Threading Example/main6.lua | 14 +++++ .../love2d Threading Example/multi/init.lua | 6 +- .../multi/integration/loveManager.lua | 10 ++-- .../multi/integration/shared/shared.lua | 40 ++++++++++++- multi/init.lua | 6 +- 9 files changed, 136 insertions(+), 30 deletions(-) rename SystemThreadedExecuteTest.lua => examples/SystemThreadedExecuteTest.lua (100%) create mode 100644 examples/lanesintegratetest8.lua create mode 100644 examples/love2d Threading Example/main6.lua diff --git a/README.html b/README.html index ebfca4b..b305f3d 100644 --- a/README.html +++ b/README.html @@ -9,7 +9,7 @@ -

multi Version: 1.8.4 (System Threaded Job Queues)

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? Also I added a Testing Branch. That Branch will have the latest updates, but those updates may be unstable. I like to keep the master as bug free as possible

Note SystemThreadedTable’s behavior is not stable! I am looking into this.

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