pub(crate) static TOKEN_STATE: Signal<CriticalSectionRawMutex, TokenState>Expand description
Last-write-wins signal of the current operating state. The animation task reads this on every frame; the state task republishes on every transition.
pub(crate) static TOKEN_STATE: Signal<CriticalSectionRawMutex, TokenState>Last-write-wins signal of the current operating state. The animation task reads this on every frame; the state task republishes on every transition.