Files
embassy/embassy-time-queue-utils
Ulf Lilleengen d7c00a9cf0 Merge pull request #4934 from bugadani/fallible-from-waker
Expose timer queue impls unconditionally, support timer queue items stored outside of tasks (e.g. RTOS-aware `block_on`)
2026-03-03 09:44:07 +00:00
..
2026-01-01 20:37:19 +01:00
2024-12-22 21:00:23 +01:00
2026-01-31 03:19:24 +01:00
2024-12-22 21:00:23 +01:00

embassy-time-queue-utils

This crate contains timer queues to help implementing an embassy-time-driver.

As a HAL user, you should not need to depend on this crate.

As a HAL implementer, you need to depend on this crate if you want to implement a time driver, but how you should do so is documented in embassy-time-driver.