diff options
| author | maor1993 <[email protected]> | 2025-08-29 01:11:56 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-08-29 01:11:56 +0300 |
| commit | a79a566f1e817260309b1c9bc864b80b12c8130b (patch) | |
| tree | 2e87e874a6c51a68354f8a376c7b026f67c162c3 /embassy-executor-timer-queue/README.md | |
| parent | 6b8d375813116fba0e04aa28e23ded8ab077729a (diff) | |
| parent | d3c84ee1d34329e61464c9acbedab74e9076ac0d (diff) | |
Merge branch 'embassy-rs:main' into main
Diffstat (limited to 'embassy-executor-timer-queue/README.md')
| -rw-r--r-- | embassy-executor-timer-queue/README.md | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/embassy-executor-timer-queue/README.md b/embassy-executor-timer-queue/README.md new file mode 100644 index 000000000..602aca7b1 --- /dev/null +++ b/embassy-executor-timer-queue/README.md | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | # embassy-executor-time-queue | ||
| 2 | |||
| 3 | This crate defines the timer queue item that embassy-executor provides, and a way to access it, for | ||
| 4 | executor-integrated timer queues. The crate decouples the release cycle of embassy-executor from | ||
| 5 | that of the queue implementations'. | ||
| 6 | |||
| 7 | As a HAL implementer, you only need to depend on this crate if you want to implement executor-integrated | ||
| 8 | timer queues yourself, without using [`embassy-time-queue-utils`](https://crates.io/crates/embassy-time-queue-utils). | ||
| 9 | |||
| 10 | As a HAL user, you should not need to depend on this crate. | ||
