92 Commits

Author SHA1 Message Date
af4672245e Removed some tests 2022-01-11 23:04:35 -05:00
91d0b5f7be added some spaces 2021-12-19 01:05:34 -05:00
317dacd0de Updated readme and documentation 2021-11-30 20:54:54 -05:00
a7ba146a64 Cleaning up code, fixing bugs (Almost ready for release) 2021-11-30 20:11:20 -05:00
74bfd571a5 Rockspecs/Readme Updated 2021-07-02 16:57:58 -04:00
4399fb6424 updated readme 2021-05-02 22:31:29 -04:00
155466dc71
Merge branch 'master' into v15.0.0 2021-05-01 17:33:23 -04:00
9a9d28f62f Cleaning up... 2021-05-01 16:21:34 -04:00
ed924a3d9d Version 15.0.0 2021-05-01 15:52:32 -04:00
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
952b592b97
Update README.md
fixed typo
2020-12-24 12:38:07 -05:00
61dcb9da01 Working on 15.0.0 2020-03-29 11:50:15 -04:00
801c9e71d8 v14.2.0 release ready 2020-03-14 09:12:00 -04:00
7e506f79c9 Preparing for 1.14.2 release 2020-03-10 15:41:20 -04:00
500734d0db Almost done with testing, minor changes 2020-02-19 12:32:41 -05:00
ebe87ed69a Jobqueues lvl up 2020-02-14 15:38:00 -05:00
bcb7e97184 Update README.md 2020-01-26 10:41:12 -05:00
af88b2a054 Update README.md 2020-01-26 10:28:21 -05:00
29c8282efb Reworked coroutine based threading scheduler 2019-08-04 22:54:52 -04:00
afee0ace94 updated readme 2019-03-24 00:25:37 -04:00
98d06ee027
Only bug fixes planned for this version 2019-03-23 20:46:34 -04:00
87d8cfbb5b 13.0.0 Release
Had an issue when managing branches... All fixed now
2019-03-22 21:31:16 -04:00
358779c793 updates the readme files and changed version to 12.2.2 2018-09-22 11:10:47 -04:00
d1f8bc9492 updated some files 2018-09-17 11:37:17 -04:00
eebd942555 Updated readme files 2018-09-10 22:28:45 -04:00
21aed09d6d updated readme 2018-08-26 00:46:19 -04:00
9b67727a01
edited readme 2018-07-29 01:48:58 -04:00
31e51ce3b3 updated some details on the readme 2018-07-25 12:29:29 -04:00
5e8c50082c fixed version # 2018-07-25 12:16:48 -04:00
9c3e66e9cc doing some tests 2018-06-15 13:45:43 -04:00
89b4901e06 Love2d support is updated to 11.1
May be bugs in supporting libraries, but the multitasking library is fully updated.

The guimanager may have a bug or 2, but I haven't found any ground breaking bugs that haven't been fixed
2018-06-08 22:14:21 -04:00
a07fe49880 Updated to 1.10.0!
Check changes.md for what was done
2018-05-31 22:48:14 -04:00
e32720b687 1.9.2 is out!
Added, updated, and fixed stuff
2018-05-17 01:19:56 -04:00
03d632c3da 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
2017-11-17 23:05:28 -05:00
641845a0fa New features on the horizon
For now you can enjoy:
str=multiobj:ToString()
and
multi:newFromString(str)
2017-11-13 23:00:36 -05:00
181723e1c7 Added multi.timer(func,...)
Time how long a function executes for
2017-09-27 15:57:31 -04:00
fc4d53a4cc updated readme 2017-08-02 00:07:49 -04:00
285fa7e933 updated readme
Added slight changes and gave an update of upcoming stuff :D
2017-07-28 00:28:09 -04:00
842274e663 Added info and cleaned up the readme a bit 2017-07-23 19:03:38 -04:00
eaaf5d80a7 Fixed System Threaded Queues!
Faster
Added older versions
Other bug fixes
More examples
2017-07-07 23:38:54 -04:00
e0c72cb8ea SystemThreadedExecute (1.8.5)
Added: SystemThreadedExecute
2017-07-04 13:53:31 -04:00
854862f2c8 (1.8.4) Bug fix and readme Notice 2017-07-04 13:32:58 -04:00
584e8be3a2 (1.8.4) Update 2017-07-03 13:59:44 -04:00
367982898a Update README.md 2017-07-02 22:59:32 -04:00
6863704352 Updated to (1.8.3)
Added new mainloop Options to increase the speed of the program
2017-07-01 14:22:44 -04:00
e396c18b80 Updated readme
added instructions for luarocks
2017-06-30 22:31:30 -04:00
dcb98ab66b Massive Typo
intergration changed to
integration
Updated the examples and readme
2017-06-30 21:51:50 -04:00
a414def307 Updated to version (1.8.2)
Added more example files
Added SystemThreadedTables
Some bug fixes
2017-06-30 11:04:27 -04:00
ac1dd5f79b ReadMe now reflects (1.8.1) 2017-06-29 15:12:43 -04:00
7601fc636d Updated to 1.8.0
Added:
SystemThreadedBenchmark
SystemThreadedQueue
Fixed a bunch of bugs in the intergrations and regular multi objects
Fixed Error management in threads
All errors trigger the multi.OnError connection
Module creation support improved
added more examples
added Type to threaded objects
2017-06-28 22:40:04 -04:00