Module rtic_sync::signal

source ·
Expand description

A “latest only” value store with unlimited writers and async waiting.

Structs§

  • A “latest only” value store with unlimited writers and async waiting.
  • Facilitates the async reading of values from the Signal.
  • Facilitates the writing of values to a Signal.