embassy/embassy-executor-timer-queue
Dario Nieuwenhuis abc8e450f9 Edition 2024.
2025-10-06 23:19:53 +02:00
..
2025-08-18 12:50:52 +02:00
2025-10-06 23:19:53 +02:00
2025-08-26 16:26:41 +02:00
2025-08-18 12:50:51 +02:00

embassy-executor-time-queue

This crate defines the timer queue item that embassy-executor provides, and a way to access it, for executor-integrated timer queues. The crate decouples the release cycle of embassy-executor from that of the queue implementations'.

As a HAL implementer, you only need to depend on this crate if you want to implement executor-integrated timer queues yourself, without using embassy-time-queue-utils.

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