rtic/rtic-macros
Albin Hedman 355b478c43 Add passing test for local task with non Send/Sync arg
Ensure it is possible to pass a non send and non Sync
argument when spawning a local task. This is ok
since it will only be possible to spawn the task
on the same executor and priority level
2025-10-19 13:41:03 +02:00
..
src Add the concept of local tasks with an example 2025-10-07 19:20:10 +02:00
tests Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
ui Add passing test for local task with non Send/Sync arg 2025-10-19 13:41:03 +02:00
.gitignore Move rtic macros to repo root, tune xtask 2023-03-01 00:35:13 +01:00
Cargo.toml Release all crates 2025-06-22 09:34:16 +00:00
CHANGELOG.md Add the concept of local tasks with an example 2025-10-07 19:20:10 +02:00