aboutsummaryrefslogtreecommitdiff
path: root/examples/src/bin/executor_fairness_test.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rename examples -> embassy-nrf-examplesDario Nieuwenhuis2021-01-011-74/+0
|
* Ensure timers always yield at least once.Dario Nieuwenhuis2020-12-301-0/+74
This prevents a task that's constantly running late from monopolizing the CPU. Add executor_fairness_test example showcasing it.