aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/raw/run_queue_critical_section.rs
Commit message (Collapse)AuthorAgeFilesLines
* There can be only one (run queue)James Munns2025-09-111-74/+0
|
* Swap poll_fn to allow polling exited tasksDániel Buga2024-12-171-10/+3
|
* Take critical section instead of unsafeDániel Buga2024-12-171-4/+12
|
* Only lock once to wake a taskDániel Buga2024-12-161-6/+4
|
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-151-0/+75