545 Commits

Author SHA1 Message Date
e14fa83681
Merge pull request #42 from rayaman/15.2.1
15.2.1
2022-06-06 19:24:35 -04:00
=
278b982aff Bugfix in 15.3.0 fixed in 15.2.1 2022-06-06 19:23:31 -04:00
=
89e76ce31d Fixed issue where threaded functions were exiting improperly 2022-06-06 19:19:35 -04:00
=
831abeaccf Testing functions 2022-05-28 23:04:51 -04:00
=
f74f85759b Cleaned up test files 2022-05-28 22:52:20 -04:00
7b70838567 Planning stuff 2022-04-23 21:07:56 -04:00
fcc0717115
Update README.md 2022-04-19 18:46:38 -04:00
47d8ac30c4
Merge pull request #33 from rayaman/v15.2.0
V15.2.0
2022-04-19 18:45:52 -04:00
3646a1a074 Syntax changes V15.2.x 2022-04-19 18:45:14 -04:00
b0ab40d410 Fixed some bugs, a little more testing needed 2022-04-19 18:39:30 -04:00
440995b1c8 Cleaned up rockspec file 2022-04-18 22:56:55 -04:00
8da4c4c1de made lanes optional(Removed it from the dependency list) 2022-04-18 22:51:38 -04:00
2cc2a57a46 Fixed system threads calling OnDeath incorrectly, finished full update showcase 2022-04-18 22:44:08 -04:00
6527dc1aaa Fixed test script to not use globally installed version and the dev version 2022-04-18 21:25:36 -04:00
bd49805c25 testing... 2022-04-18 21:04:44 -04:00
40dd293bf8 Fixed issue with pesudo threading not working properly 2022-04-18 21:03:14 -04:00
568c95fa73 Issue with love2d system threaded functions pushstatus fixed 2022-04-16 00:02:54 -04:00
d30ee3788e THREAD.pushStatus for lanes works, todo love 2022-04-11 23:48:45 -04:00
79f58a79f9 Love2d newFunction working 2022-04-10 20:00:20 -04:00
d8aeefd202 Working on love2d threaded functions 2022-04-02 23:06:06 -04:00
c0fb94ddbb Fixed and documented the newProcessor changes. Rockspec fix 2022-04-02 00:22:34 -04:00
e8a3cd731d Added ST to THD namespace, old way still works 2022-04-02 00:07:06 -04:00
03ffb6bc0a Removed locking 2022-02-25 14:36:21 -05:00
4240737e00 Working on taskmanager features 2022-02-20 21:07:04 -05:00
5172dcdf01 Reworking the taskdetails method 2022-02-17 10:00:55 -05:00
fc18a303dd Fixed issue with how the thread scheduler spawned threads 2022-02-15 21:47:07 -05:00
04d5500374 Fixed issue with the new thread scheduler(again) connections and hold get a buff 2022-02-15 15:11:28 -05:00
72e24e8a9b Added connection:hasConnections() 2022-02-14 18:00:02 -05:00
48bba84c08 Fix issue where I forgot to implement the handler for thread.yield 2022-02-13 00:16:00 -05:00
e9a0e7bbf7 Fixed an issue with the new thread namespace 2022-02-09 22:19:27 -05:00
264867a0da Fixed issue with threads not returning values properly 2022-02-09 19:29:06 -05:00
3f046afaa1 Fixed: missing a yield 2022-02-09 17:05:30 -05:00
2acce5001d Small issue with functions attached to processes 2022-02-09 16:30:19 -05:00
78cd15681a Removed actions for now 2022-02-08 22:51:46 -05:00
3401a8ac61 fixing issue with actions 2022-02-08 22:48:27 -05:00
19ac257204 Testing actions 2022-02-08 22:47:16 -05:00
c14a469069 Each processor has it's own thread handler, all processes now trigger the default thread handler. 2022-02-08 22:40:38 -05:00
03cea2d71a Processors are working nicely, mostly done with the library 2022-02-05 10:56:03 -05:00
593bfd0d8c Threads now working, can create many more threads without a performance hit 2022-02-05 00:55:11 -05:00
bf60a354d4 So the bug wasn't a bug all along 2022-02-04 17:27:13 -05:00
6c73220a52 working on scheduler, nothing fix yet 2022-01-31 17:11:14 -05:00
c3a9ddfdbd Reverted the extra space 2022-01-31 10:51:44 -05:00
e05f2ea400 last test 2022-01-31 10:50:45 -05:00
a60aae02c6 Cleanup spaces 2022-01-31 10:45:26 -05:00
207c5b8d69 test2 2022-01-31 09:52:43 -05:00
a9111f2fa3 test 2022-01-31 09:49:12 -05:00
b572bf218d Still debugging, not sure what is causing the thread to not yield properly 2022-01-31 09:47:37 -05:00
49c0bd3930 Fixing issues with the new thread scheduler, nested yields need handling 2022-01-31 08:31:38 -05:00
cdb4bfda11 Error handling not working if its on the first step 2022-01-28 17:50:19 -05:00
3fbead60d9 connections working, todo: error catching and return catching 2022-01-26 16:52:17 -05:00