1 unstable release

0.1.0 Jan 11, 2024

#2874 in Embedded development

Download history 8922/week @ 2024-12-13 7392/week @ 2024-12-20 5671/week @ 2024-12-27 10465/week @ 2025-01-03 10669/week @ 2025-01-10 5274/week @ 2025-01-17 4383/week @ 2025-01-24 5284/week @ 2025-01-31 5154/week @ 2025-02-07 4094/week @ 2025-02-14 5066/week @ 2025-02-21 3838/week @ 2025-02-28 4352/week @ 2025-03-07 4230/week @ 2025-03-14 3045/week @ 2025-03-21 2229/week @ 2025-03-28

14,564 downloads per month
Used in 61 crates (via rpk-firmware)

MIT/Apache

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.

Dependencies