aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/raw/run_queue_atomics.rs
Commit message (Expand)AuthorAgeFilesLines
* There can be only one (run queue)James Munns2025-09-111-129/+0
* "Deadline Rank Sorted Scheduler" -> "Earliest Deadline First Scheduler"James Munns2025-09-111-4/+4
* Update with changes from the PRJames Munns2025-09-111-1/+1
* Conditional importJames Munns2025-09-111-1/+3
* Dependency enablement trickeryJames Munns2025-09-111-3/+16
* Combine DRS and non-DRS atomic scheduler, using cordycepsJames Munns2025-09-111-42/+68
* Swap poll_fn to allow polling exited tasksDániel Buga2024-12-171-10/+2
* Take critical section instead of unsafeDániel Buga2024-12-171-1/+10
* Only lock once to wake a taskDániel Buga2024-12-161-1/+1
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-151-0/+87