-
-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Currently, the config system uses a hardcoded KtvConfig class with specific variables for each type of scheduler. This can be reworked to have a generic List<TaskSchedulerConfig<T>> where T : TaskScheduler, loaded with custom code, perhaps with a ConfigNameAttribute to index the various config types.
While i'm at it, might as well switch to using YAML rather than the built-in JSON parser, since i'm writing code in more detail anyway.
This will definitely be intertwined with #8.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request