aboutsummaryrefslogtreecommitdiff
path: root/embassy-executor-timer-queue/README.md
blob: 602aca7b1433f6d24c99d29a3fa5921e13f1769f (plain)
1
2
3
4
5
6
7
8
9
10
# 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`](https://crates.io/crates/embassy-time-queue-utils).

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