Module signal

Source
Expand description

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

Structs§

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