embassy-executor-timer-queue 0.1.0

Timer queue item and interface between embassy-executor and timer queues
Documentation
  • Coverage
  • 100%
    6 out of 6 items documented0 out of 5 items with examples
  • Size
  • Source code size: 7.69 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 742.7 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 12s Average build duration of successful builds.
  • all releases: 12s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Documentation
  • embassy-rs/embassy
    8844 1388 515
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • lulf github:embassy-rs:crates-io

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.