![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Earliest Deadline First (EDF) task-switching strategy (stk::SwitchStrategyEDF). More...
#include "stk_common.h"Go to the source code of this file.
Classes | |
| class | stk::SwitchStrategyEDF |
| Earliest Deadline First (EDF) scheduling strategy: always selects the runnable task with the least time remaining before its deadline expires. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
Earliest Deadline First (EDF) task-switching strategy (stk::SwitchStrategyEDF).
Definition in file stk_strategy_edf.h.