Crates.io | embassy-executor-timer-queue |
lib.rs | embassy-executor-timer-queue |
version | 0.1.0 |
created_at | 2025-08-25 17:50:20.788038+00 |
updated_at | 2025-08-25 17:50:20.788038+00 |
description | Timer queue item and interface between embassy-executor and timer queues |
homepage | |
repository | https://github.com/embassy-rs/embassy |
max_upload_size | |
id | 1809877 |
size | 8,176 |
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.