aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor/tests/test.rs
Commit message (Collapse)AuthorAgeFilesLines
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-2/+2
|
* Edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
|
* Fix test & rtos-tracediondokter2025-08-291-1/+1
|
* executor: return error when creating the spawntoken, not when spawning.Dario Nieuwenhuis2025-08-291-15/+14
|
* executor: add "task metadata" concept, make name a task metadata.Dario Nieuwenhuis2025-08-291-0/+31
|
* embassy-executor: explicitly return impl Future in task inner taskBrezak2025-07-231-1/+10
|
* Add test for -> impl Future<Output = !>Matthew Tran2025-05-291-0/+12
|
* Allow `-> impl Future<Output = ()>` in #[task]Matthew Tran2025-05-281-1/+23
|
* Set RUN_QUEUED unconditionallyDániel Buga2024-12-171-0/+133
|
* Remove test implementation of schedule_wakeDániel Buga2024-12-161-4/+0
|
* Make sure an exited task does not get stuck in a timer queueDániel Buga2024-12-151-0/+4
|
* Refactor integrated-timersDániel Buga2024-12-101-3/+0
|
* Add initializeDániel Buga2024-11-191-0/+4
|
* Fix feature flag in executor testsGrant Miller2024-02-141-1/+1
|
* Add test caseScott Mabin2023-12-311-0/+14
|
* executor: add some tests.Dario Nieuwenhuis2023-11-241-0/+137