Commit Graph
571 Commits
Author SHA1 Message Date
server 5172dcdf01 Reworking the taskdetails method 2022-02-17 10:00:55 -05:00
server fc18a303dd Fixed issue with how the thread scheduler spawned threads 2022-02-15 21:47:07 -05:00
server 04d5500374 Fixed issue with the new thread scheduler(again) connections and hold get a buff 2022-02-15 15:11:28 -05:00
server 72e24e8a9b Added connection:hasConnections() 2022-02-14 18:00:02 -05:00
server 48bba84c08 Fix issue where I forgot to implement the handler for thread.yield 2022-02-13 00:16:00 -05:00
server e9a0e7bbf7 Fixed an issue with the new thread namespace 2022-02-09 22:19:27 -05:00
server 264867a0da Fixed issue with threads not returning values properly 2022-02-09 19:29:06 -05:00
server 3f046afaa1 Fixed: missing a yield 2022-02-09 17:05:30 -05:00
server 2acce5001d Small issue with functions attached to processes 2022-02-09 16:30:19 -05:00
server 78cd15681a Removed actions for now 2022-02-08 22:51:46 -05:00
server 3401a8ac61 fixing issue with actions 2022-02-08 22:48:27 -05:00
server 19ac257204 Testing actions 2022-02-08 22:47:16 -05:00
server 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
server 03cea2d71a Processors are working nicely, mostly done with the library 2022-02-05 10:56:03 -05:00
server 593bfd0d8c Threads now working, can create many more threads without a performance hit 2022-02-05 00:55:11 -05:00
server bf60a354d4 So the bug wasn't a bug all along 2022-02-04 17:27:13 -05:00
server 6c73220a52 working on scheduler, nothing fix yet 2022-01-31 17:11:14 -05:00
server c3a9ddfdbd Reverted the extra space 2022-01-31 10:51:44 -05:00
server e05f2ea400 last test 2022-01-31 10:50:45 -05:00
server a60aae02c6 Cleanup spaces 2022-01-31 10:45:26 -05:00
server 207c5b8d69 test2 2022-01-31 09:52:43 -05:00
server a9111f2fa3 test 2022-01-31 09:49:12 -05:00
server b572bf218d Still debugging, not sure what is causing the thread to not yield properly 2022-01-31 09:47:37 -05:00
server 49c0bd3930 Fixing issues with the new thread scheduler, nested yields need handling 2022-01-31 08:31:38 -05:00
server cdb4bfda11 Error handling not working if its on the first step 2022-01-28 17:50:19 -05:00
server 3fbead60d9 connections working, todo: error catching and return catching 2022-01-26 16:52:17 -05:00
server 2b122f5c77 scheduler is much faster, missing connection holding and error handling 2022-01-26 00:03:32 -05:00
server 472d1748ee Working on thread scheduler rework 2022-01-24 14:25:23 -05:00
server 47178dd3b3 Started to work on the scheduler rework 2022-01-24 09:00:51 -05:00
server 3fcba8825b Reworked priorities 2022-01-23 17:23:32 -05:00
server e194a06427 Cleaned up the mainloop/umanager 2022-01-23 12:14:50 -05:00
server 32f7b4492b Improving performance in the mainloop 2022-01-22 23:34:15 -05:00
server 913745a1bc Merge branch 'v15.2.0' of https://github.com/rayaman/multi into v15.2.0 2022-01-20 13:07:01 -05:00
server 889dc6ca68 Removed unneeded files 2022-01-20 13:06:53 -05: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 9e1ecb3583 Testing... 2022-01-20 09:53:56 -05:00
server b9b9b51d12 Taking testing seriously 2022-01-20 09:49:48 -05:00
server a708fb3f83 testing stuff 2022-01-19 23:13:58 -05:00
server 4335f3ed14 Testing 2022-01-19 23:12:16 -05:00
server 8580d92c9c Fixing issues with priority 2022-01-19 23:09:47 -05:00
server f1f6e30a98 testing 2022-01-19 13:41:29 -05:00
server 6c1e9f26f0 Reworking the loops 2022-01-18 23:39:17 -05:00
server d98f353936 Tweaked processor object, added lightloop and lmanager 2022-01-17 23:23:56 -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 4877f64ca1 Fix some bugs, added connection/thread tests 2022-01-16 16:18:17 -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