embassy-time-queue-driver 0.1.0

Timer queue driver trait for embassy-time
Documentation
  • Coverage
  • 100%
    5 out of 5 items documented1 out of 4 items with examples
  • Size
  • Source code size: 3.94 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 549.22 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • embassy-rs/embassy
    7080 1104 395
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • Dirbaio

embassy-time-queue-driver

This crate contains the driver trait used by the embassy-time timer queue.

You should rarely need to use this crate directly. Only use it when implementing your own timer queue.

There is two timer queue implementations, one in embassy-time enabled by the generic-queue feature, and another in embassy-executor enabled by the integrated-timers feature.