1 unstable release
0.1.0 | Jan 11, 2024 |
---|
#2874 in Embedded development
14,564 downloads per month
Used in 61 crates
(via rpk-firmware)
5KB
embassy-time-queue-driver
This crate contains the driver trait used by the embassy-time
timer queue.
You should rarely need to use this crate directly. Only use it when implementing your own timer queue.
There is two timer queue implementations, one in embassy-time
enabled by the generic-queue
feature, and
another in embassy-executor
enabled by the integrated-timers
feature.