![]() |
SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
|
Round-Robin task-switching strategy (stk::SwitchStrategyRoundRobin / stk::SwitchStrategyRR). More...
#include "stk_common.h"Go to the source code of this file.
Classes | |
| class | stk::SwitchStrategyRoundRobin |
| Round-Robin task-switching strategy: each runnable task receives one time slice (one tick interval) in turn before the kernel moves to the next task. More... | |
Namespaces | |
| namespace | stk |
| Namespace of STK package. | |
Typedefs | |
| typedef SwitchStrategyRoundRobin | stk::SwitchStrategyRR |
| Shorthand alias for SwitchStrategyRoundRobin. | |
Round-Robin task-switching strategy (stk::SwitchStrategyRoundRobin / stk::SwitchStrategyRR).
Definition in file stk_strategy_rrobin.h.