aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/src/spawner.rs
Commit message (Expand)AuthorAgeFilesLines
* embassy_executor: introduce `Spawner::executor_id()`Kaspar Schleiser2025-04-041-0/+5
* Fix commentMurmele2025-03-171-1/+1
* Add possibility to get the id of a task to be able to use it with rtos-traceMartin Marmsoler2025-03-141-0/+9
* improve SpawnError::Busy messageJames Sizeland2025-02-031-3/+17
* Desugar some async fnsDániel Buga2024-12-301-5/+3
* Impl core::err::Error for SpawnErrorwackazong2024-12-231-0/+10
* Rely on atomic load-store on all targetsDániel Buga2024-12-161-6/+15
* Fix racy access of TaskHeader::executorDániel Buga2024-12-161-2/+6
* executor: rename macro crate to embassy-executor-macros, bump it.Dario Nieuwenhuis2023-12-071-2/+2
* Make AvailableTask public, deduplicateDániel Buga2023-08-211-1/+2
* executor: Allow TaskStorage to auto-implement `Sync`Grant Miller2023-03-201-8/+4
* Replace the pointer in `TaskHeader` with an `Option<&Executor>`Grant Miller2023-01-311-6/+6
* executor: Replace `NonNull<TaskHeader>` with `TaskRef`Grant Miller2023-01-291-5/+4
* Replace futures::future::poll_fn -> core::future::poll_fn.Dario Nieuwenhuis2022-09-221-2/+1
* Split embassy-time from embassy-executor.Dario Nieuwenhuis2022-08-181-0/+202