# Functions
ExecutorsFromFolder loads a collection of TaskPlugin from compiled .so plugins found in a folder, then registers each TaskPlugin as a step runner to be used by the task execution engine.
InitializersFromFolder loads initialization plugins compiled as .so files from a folder, runs them on a received pointer to a Service.
No description provided by the author
# Structs
Service encapsulates the objects accessible to an initialization plugin this allows for custom configuration of the api server, and for the declaration of additional configstore providers.
# Interfaces
InitializerPlugin represents the interface of an initialization plugin meant to customize the µtask service.
TaskPlugin represents the interface for every executor for µtask step actions.