SuperTinyKernel™ RTOS 1.05.3
Lightweight, high-performance, deterministic, bare-metal C++ RTOS for resource-constrained embedded systems. MIT Open Source License.
Loading...
Searching...
No Matches
stk_strategy_rrobin.h File Reference

Round-Robin task-switching strategy (stk::SwitchStrategyRoundRobin / stk::SwitchStrategyRR). More...

#include "stk_common.h"
Include dependency graph for stk_strategy_rrobin.h:
This graph shows which files directly or indirectly include this file:

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.

Detailed Description

Round-Robin task-switching strategy (stk::SwitchStrategyRoundRobin / stk::SwitchStrategyRR).

Definition in file stk_strategy_rrobin.h.