#include <MainTaskSchedulerRegistry.h>
A set of static functions with the same interface than a @TaskSchedulerRegistry, working on a single instance of a @TaskSchedulerRegistry. All functions are thread-safe.
Static Public Member Functions | |
static bool | addTaskSchedulerToRegistry (TaskScheduler *taskScheduler, const std::string &taskSchedulerName) |
static TaskScheduler * | getTaskScheduler (const std::string &taskSchedulerName) |
static bool | hasScheduler (const std::string &taskSchedulerName) |
static const std::optional< std::pair< std::string, TaskScheduler * > > & | getLastInserted () |
static void | clear () |
|
static |
|
static |
|
static |
|
static |
|
static |