Commit Graph

91 Commits

Author SHA1 Message Date
Tristan B. Velloza Kildaire d15d4bdb84 Removed TODO 2022-01-16 18:16:42 +02:00
Tristan B. Velloza Kildaire 773a2eb77f Added Tasky Engine initialization (partly), initialize the Eventy engine, implemented Descriptor registration 2022-01-16 18:12:10 +02:00
Tristan B. Velloza Kildaire 826f110b17 Added comments, Added descPool 2022-01-16 18:11:34 +02:00
Tristan B. Velloza Kildaire bd5179ee3d Updated to README.md 2022-01-16 16:17:16 +02:00
Tristan B. Velloza Kildaire df7f731218 Upgraded to new Eventy, integrated Eventy Signal\(\) into Descriptor 2022-01-16 15:16:13 +02:00
Tristan B. Velloza Kildaire 2712585684 Switched to 8-byte ulong descIDs, set descID to immutable, added signal handler creation and register the provided EventHandler with said Signal handler 2022-01-16 13:44:05 +02:00
Tristan B. Velloza Kildaire 36c84999cc Updated Descriptor class to use new string descIDs, updated Job to use new Desc IDs, added unit test for Descriptor creation 2022-01-16 13:04:23 +02:00
Tristan B. Velloza Kildaire 71e3476afd Make use of recursive mutex 2022-01-16 12:57:05 +02:00
Tristan B. Velloza Kildaire f532b1ef8b New descriptor class ID implementation 2022-01-16 12:54:13 +02:00
Tristan B. Velloza Kildaire 0d677f8610 Added descriptor class ID generator-and-reserver 2022-01-13 00:07:48 +02:00
Tristan B. Velloza Kildaire d657c36ec6 Initailzie descQueue and its Mutex 2022-01-12 18:44:11 +02:00
Tristan B. Velloza Kildaire a9b75d36d1 Moved Descriptor usage facility to the Descriptor class 2022-01-12 18:32:54 +02:00
Tristan B. Velloza Kildaire 197d1d82ab Added logo to the README 2022-01-12 17:55:47 +02:00
Tristan B. Velloza Kildaire 5ac0ccd408 Added branding 2022-01-12 17:55:31 +02:00
Tristan B. Velloza Kildaire c477243596 Updated README 2022-01-12 17:55:25 +02:00
Tristan B. Velloza Kildaire 4e48bf28e2 WIP: Added README 2022-01-12 17:48:12 +02:00
Tristan B. Velloza Kildaire 934852c2a8 WIP: Added plumbing for descriptor class clash handling 2022-01-12 17:47:50 +02:00
Tristan B. Velloza Kildaire 63db311cdd Work begun on implementing Jobs and their Descriptors 2022-01-12 17:29:03 +02:00
Tristan B. Velloza Kildaire 9bdb98423d Included exceptions module in package declaration 2022-01-12 17:28:41 +02:00
Tristan B. Velloza Kildaire e24834bc6c Cleaned up engine module 2022-01-12 17:28:25 +02:00
Tristan B. Velloza Kildaire 45acf418ca Added base exception type 2022-01-12 17:28:08 +02:00
Tristan B. Velloza Kildaire 90044e8ff5 Updated dub dependencies 2021-09-26 10:42:31 +02:00
Tristan B. Velloza Kildaire 0a16c111fc Cleaned up 2021-09-15 15:10:19 +02:00
Tristan B. Velloza Kildaire ccfad5a5c8 Updated description 2021-09-15 15:09:18 +02:00
Tristan B. Velloza Kildaire 2937208ee3 Fixed build 2021-09-15 14:55:53 +02:00
Tristan B. Velloza Kildaire d819847073 Upgardes 2021-09-15 14:54:06 +02:00
Tristan B. Velloza Kildaire c61942f9be Tasky works! 2021-09-15 14:54:01 +02:00
Tristan B. Velloza Kildaire ff372498cf Forgot to add the Queue for the Task's typeID to the Eventy Engine 2021-09-15 14:53:31 +02:00
Tristan B. Velloza Kildaire b27a7cca55 Remove uneeded .start() 2021-09-15 14:37:50 +02:00
Tristan B. Velloza Kildaire 2326195e90 Start Evebnty Engine 2021-09-15 14:33:15 +02:00
Tristan B. Velloza Kildaire 940ea66bea Deleted cruft 2021-09-10 22:35:43 +02:00
Tristan B. Velloza Kildaire f19b6595f1 Fixed page fault as Mutex address falled into null page (null, or any unmapped) 2021-09-10 22:35:39 +02:00
Tristan B. Velloza Kildaire f9b2d24e8c Fully implemented dispatcher 2021-09-09 23:00:33 +02:00
Tristan B. Velloza Kildaire 72082d8d23 Crap 2021-09-09 22:49:58 +02:00
Tristan B. Velloza Kildaire efa818e06f Reworked mechanism 2021-09-09 22:49:55 +02:00
Tristan B. Velloza Kildaire 4124ed889f Seems to work 2021-09-09 19:51:42 +02:00
Tristan B. Velloza Kildaire c17dbc8f2a Added dispatch 2021-09-09 18:39:04 +02:00
Tristan B. Velloza Kildaire b72fdfe4f3 Create a new Eventy Engine instance per TaskManager instance 2021-09-09 18:10:17 +02:00
Tristan B. Velloza Kildaire bc80c4aec5 WIP: Poll each task's tristanable queue and then dequeue if ready 2021-09-09 11:23:59 +02:00
Tristan B. Velloza Kildaire f195d11025 Upgraded tristanable version 2021-09-09 11:23:40 +02:00
Tristan B. Velloza Kildaire b9001951b2 Initial commit 2021-09-08 22:12:00 +02:00