118 Commits
Author SHA1 Message Date
server 869368af56 updated docs 2026-03-23 21:26:40 -07:00
server 0a92890290 working on task management 2026-03-15 01:13:00 -07:00
server 40de9a8d22 Improving tests 2026-01-12 23:15:31 -08:00
server 92659c7eaf Update README.md (#71) 2026-01-03 22:36:17 -08:00
server 474ad6438f V16.1.0 (#69)
* Fixed issue with pushstatus

* added newTimeout

* updated changes and added multi.isTimeout function

* new mod feature, helper functions for types and connections

* cleaning up

* Updated changes.md, enhanced processors

* updated docs, added multi.UUID

* updated testfile
2025-12-30 15:14:34 -05:00
server 45095191f4 V16.0.1 (#68)
* Fixed issue with pushstatus

* Fixed bug with pushstatus
2024-03-24 23:29:43 -04:00
server e44a3cd98b update working branch 2024-02-26 09:50:40 -05:00
server fff3601041 Working on 16.0.0 (#53)
* Fixed spelling, started ideaing for 16.0.0

* Updated files

* Updated readme

* Updated version

* Concat conns now properly transfer events

* Testing types

* Connections can be % with functions

* Updated connections

* Fixed issue with double thread activations (Looking for another solution)

* Working on issue with love threaded functions not waiting when in a thread

* Working on issue where threads created in threads don't work

* Fixed broken threads for love

* Fixed some issues with threads

* removed test

* Updated changes.md

* Plan on testing parity between the threading modules

* Writing tests for system threading

* Added test cases for threading, fixed issues. Todo test love2d

* Fixed love2d to succeed with tests

* All tests working

* Updated files for testing

* Modified tests to make it more seamless

* removed extra __cores in lanes/pseudo

* Working on new priority scheme

* Working on priority management

* Working on custom prioritySchemes

* Fixed issues with missing code

* Threaded processors

* THREAD.exposeENV(), thread:newProcessor()

* Typo in changes.md

* Fixed typo in pseudoManager

* fixing

* Trying to fix exposeENV with pseudoThreading

* Changes to threads

* updated changes.md

* Working on systemthreadedprocess, and experimental newProxy for threading

* newProxy and STP work

* newProxy implemented

* Proxies work with connections now :D

* Added tstep to STP, updated changes.md

* thread.hold(proxy.conn)

* Clean up connection events when holding, working on scheduling tasks/threads to system threaded processors

* Getting loads of processors implemented

* Finished getLoad(type)

* Fixed some bugs

* Added an easy way to share a table, found some limitations with lanes threading.

* THREAD_NAME set for main thread, connections break the rules for proxies

* Testing

* Really close to portable proxies, currently extreamly unstable!

* Debugging what is going on...

* Fixed critical issue with coroutine based threads

* Removed extra bloat, proxies are portable now!

* Started work on the debugManager

* Testing actions, fixing bugs with lanes

* Testing...

* fixing actions

* typo fixed

* Throw an error when things break

* fixing stuff

* Fixed issue with errors not going through

* Removed system threaded connections, soon to be replaced by proxies

* Testing love2d tests

* Test love2d

* Use later love-build

* Use ubuntu for build

* Fixed path

* Use appimage

* use sudo

* No window for love2d

* Fixed love2d tests

* Testing love2d

* Use workspace

* Moved other tests while testing

* actually pull the repo

* packagepath set

* Fixed pull

* Update multi

* Removed link

* Edited symlink

* Added timeout to build

* Rewriting loveManager, too much outdated code

* Still implementing new love2d threading code

* Rewriting love2d threading binding

* Working on adding a Hold method to all objects. Will document how they all work when done.

* jobqueues having isues with stp

* new pack/unpack for tables, current issue is things being turned into strings

* Fixed packing of values into threads, need to fix system proxies and system threaded processors

* testing...

* Not hard crashing when error is encountered

* Should now push non 0 exit codes

* Push error when an error happens

* Closer to getting things working...

* Working on new type system, planning out debugmanager

* Fixed error code issue

* Test for 5.1

* Planning out debugManager

* Some work on the debug manager, proxies working on lanes, todo get pseudo manager and love2d working

* Working on getting pseudoThreading tests to work

* Added function / connection

* Added boost method

* Document new features to conns, todo fix newTask

* Fixed newTask()

* Updated changes.md and fixed some bugs

* Added thread.defer(func)

* Fixed tests on lanes and pseudo threading, todo fix love2d threading

* Fixed paths

* Working on paths

* Testing paths

* Add test for rockspec

* Fixed issues

* Fixed typo

* Added test for defer

* Threading working in love2d

* Fixed, conf

* lanes uses a threaded function like waitfor function

* Cleaned up changes.md

* added priorityManager to rockspec
2024-02-25 00:00:51 -05:00
server 1639de5d0f Update README.md 2023-01-04 19:50:13 -05:00
server 71ab702a75 Updated progress 2022-12-31 02:23:12 -05:00
server 2a47de9fd8 Added thread.chain(...) 2022-11-20 12:17:55 -05:00
server ccc4a15121 merge comflict 2022-09-18 09:35:41 -04:00
server 9050e65d93 Back and making progress 2022-09-18 09:33:13 -04:00
server 8f7183f998 Merge branch 'master' into 15.3.0-SystemThreadedConnections 2022-06-11 23:46:35 -04:00
= bac91574a2 Changed readme, added rockspec for 15.2.1 and 15.3.0 2022-06-06 22:42:30 -04:00
server 86f31bbe52 Update README.md 2022-06-06 19:28:06 -04:00
server fcc0717115 Update README.md 2022-04-19 18:46:38 -04:00
server b0ab40d410 Fixed some bugs, a little more testing needed 2022-04-19 18:39:30 -04:00
server 8da4c4c1de made lanes optional(Removed it from the dependency list) 2022-04-18 22:51:38 -04:00
server 2cc2a57a46 Fixed system threads calling OnDeath incorrectly, finished full update showcase 2022-04-18 22:44:08 -04:00
server 2805137648 Merge branch 'master' into v15.2.0 2022-01-20 12:31:09 -05:00
server f7167cf972 Current progress in v15.2.0 updated ignore file 2022-01-20 12:29:39 -05:00
server 14c8665910 Update README.md 2022-01-16 16:30:45 -05:00
server f7452db3ec spaces to tabs 2022-01-16 16:30:03 -05:00
server 588923e1b7 spaces to tabs 2022-01-16 16:26:37 -05:00
server b8b31253d4 Added key feature 2022-01-11 23:16:33 -05:00
server af4672245e Removed some tests 2022-01-11 23:04:35 -05:00
server 91d0b5f7be added some spaces 2021-12-19 01:05:34 -05:00
server 317dacd0de Updated readme and documentation 2021-11-30 20:54:54 -05:00
server a7ba146a64 Cleaning up code, fixing bugs (Almost ready for release) 2021-11-30 20:11:20 -05:00
server 74bfd571a5 Rockspecs/Readme Updated 2021-07-02 16:57:58 -04:00
server 4399fb6424 updated readme 2021-05-02 22:31:29 -04:00
server 155466dc71 Merge branch 'master' into v15.0.0 2021-05-01 17:33:23 -04:00
server 9a9d28f62f Cleaning up... 2021-05-01 16:21:34 -04:00
server ed924a3d9d Version 15.0.0 2021-05-01 15:52:32 -04:00
server b60aab9602 Will be coming back to this project
Plan on finally getting back to working on the network parallelism.
2021-04-29 15:34:13 -04:00
server 952b592b97 Update README.md
fixed typo
2020-12-24 12:38:07 -05:00
server 61dcb9da01 Working on 15.0.0 2020-03-29 11:50:15 -04:00
server 801c9e71d8 v14.2.0 release ready 2020-03-14 09:12:00 -04:00
server 7e506f79c9 Preparing for 1.14.2 release 2020-03-10 15:41:20 -04:00
server 500734d0db Almost done with testing, minor changes 2020-02-19 12:32:41 -05:00
server ebe87ed69a Jobqueues lvl up 2020-02-14 15:38:00 -05:00
server bcb7e97184 Update README.md 2020-01-26 10:41:12 -05:00
server af88b2a054 Update README.md 2020-01-26 10:28:21 -05:00
server 29c8282efb Reworked coroutine based threading scheduler 2019-08-04 22:54:52 -04:00
server afee0ace94 updated readme 2019-03-24 00:25:37 -04:00
server 98d06ee027 Only bug fixes planned for this version 2019-03-23 20:46:34 -04:00
server 87d8cfbb5b 13.0.0 Release
Had an issue when managing branches... All fixed now
2019-03-22 21:31:16 -04:00
server 358779c793 updates the readme files and changed version to 12.2.2 2018-09-22 11:10:47 -04:00
server d1f8bc9492 updated some files 2018-09-17 11:37:17 -04:00