59 Commits

Author SHA1 Message Date
bab9b13cb8 Push error when an error happens 2023-08-03 23:40:43 -04:00
d50c187710 Not hard crashing when error is encountered 2023-08-03 23:22:01 -04:00
5359be0772 testing... 2023-08-03 23:11:32 -04:00
59cbeb6597 Fixed packing of values into threads, need to fix system proxies and system threaded processors 2023-08-01 23:45:06 -04:00
bb0592f3eb new pack/unpack for tables, current issue is things being turned into strings 2023-07-30 00:47:27 -04:00
bbaac2d779 jobqueues having isues with stp 2023-07-17 00:44:59 -04:00
9e6552d42e Working on adding a Hold method to all objects. Will document how they all work when done. 2023-07-16 11:10:35 -04:00
afdd98ab13 Rewriting love2d threading binding 2023-07-15 01:16:03 -04:00
e43fe34a7c Still implementing new love2d threading code 2023-07-10 15:54:36 -04:00
acc94ea17e Removed system threaded connections, soon to be replaced by proxies 2023-07-04 16:00:37 -04:00
81fc7b95c9 Fixed issue with errors not going through 2023-07-04 13:46:25 -04:00
614e032aa5 Testing actions, fixing bugs with lanes 2023-07-04 13:05:07 -04:00
b2569118a2 Started work on the debugManager 2023-06-30 16:14:21 -04:00
660c10ec3b Removed extra bloat, proxies are portable now! 2023-06-25 21:46:37 -04:00
c39aa229f8 Fixed critical issue with coroutine based threads 2023-06-20 00:05:12 -04:00
c80f44c68e Debugging what is going on... 2023-06-19 00:24:07 -04:00
1b3e3303e9 Really close to portable proxies, currently extreamly unstable! 2023-06-18 00:08:51 -04:00
6fe10b22ab Testing 2023-06-17 21:33:34 -04:00
257ed03728 THREAD_NAME set for main thread, connections break the rules for proxies 2023-06-03 12:07:33 -04:00
5e2ab9af3d Added an easy way to share a table, found some limitations with lanes threading. 2023-05-31 21:51:47 -04:00
d520e0a93a Fixed some bugs 2023-05-30 23:50:36 -04:00
03ecb47f6f Finished getLoad(type) 2023-05-29 01:29:12 -04:00
3effcb7384 Getting loads of processors implemented 2023-05-28 00:37:17 -04:00
06c31bee85 Clean up connection events when holding, working on scheduling tasks/threads to system threaded processors 2023-05-27 23:57:58 -04:00
5c03b34290 thread.hold(proxy.conn) 2023-05-27 00:10:21 -04:00
af38ebbb81 Added tstep to STP, updated changes.md 2023-05-24 23:31:07 -04:00
de9b08fa2e Proxies work with connections now :D 2023-05-24 23:17:18 -04:00
ab9e949b68 newProxy implemented 2023-05-21 09:43:44 -04:00
ea4be86ae2 newProxy and STP work 2023-05-16 23:40:14 -04:00
160c72d2f3 Working on systemthreadedprocess, and experimental newProxy for threading 2023-05-14 00:52:35 -04:00
a5add93747 Changes to threads 2023-05-07 23:03:15 -04:00
ec9f7dec61 Trying to fix exposeENV with pseudoThreading 2023-05-07 01:31:29 -04:00
e616b51d6f fixing 2023-05-07 00:24:07 -04:00
cfa4c0f0b6 Fixed typo in pseudoManager 2023-05-07 00:19:34 -04:00
4fe428e572 THREAD.exposeENV(), thread:newProcessor() 2023-05-06 16:46:15 -04:00
33202260e3 Fixed issues with missing code 2023-05-05 16:33:31 -04:00
189552ac65 Working on custom prioritySchemes 2023-05-03 23:09:37 -04:00
42149ffab2 Working on priority management 2023-04-30 23:53:54 -04:00
03dbe1ee5b Working on new priority scheme 2023-04-30 01:06:20 -04:00
8cf047d713 removed extra __cores in lanes/pseudo 2023-04-29 13:47:25 -04:00
d8218f0bf7 All tests working 2023-04-25 21:57:25 -04:00
45b51c15c7 Fixed love2d to succeed with tests 2023-04-25 21:31:36 -04:00
61b5ea9d14 Added test cases for threading, fixed issues. Todo test love2d 2023-04-25 00:13:47 -04:00
d2cfdfa8e8 Writing tests for system threading 2023-04-24 00:15:35 -04:00
8e6d174f20 Plan on testing parity between the threading modules 2023-04-20 23:23:51 -04:00
a105d8a575 removed test 2023-01-22 23:04:09 -05:00
7da192e8dc Fixed some issues with threads 2023-01-21 13:18:44 -05:00
ef9267d8fc Fixed broken threads for love 2023-01-20 00:11:55 -05:00
0994ee2d2a Working on issue where threads created in threads don't work 2023-01-19 00:16:32 -05:00
22f1375380 Working on issue with love threaded functions not waiting when in a thread 2023-01-18 15:42:38 -05:00