aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/raw/state_critical_section.rs
Commit message (Expand)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* Prefer word-sized state in CS implDániel Buga2025-08-311-5/+10
* executor: Make state implementations and their conditions matchJohan Anderholm2025-05-231-5/+5
* Swap poll_fn to allow polling exited tasksDániel Buga2024-12-171-6/+2
* Set RUN_QUEUED unconditionallyDániel Buga2024-12-171-6/+3
* Remove TIMER_QUEUEDDániel Buga2024-12-161-25/+0
* Only lock once to wake a taskDániel Buga2024-12-161-17/+25
* Make `integrated-timers` the default, remove Cargo feature.Dario Nieuwenhuis2024-12-151-4/+0
* Prevent task from respawning while in the timer queueDániel Buga2024-12-131-0/+29
* Remove TIMER_QUEUED stateDániel Buga2024-12-101-21/+0
* executor: remove atomic-polyfill.Dario Nieuwenhuis2023-11-151-0/+93