Skip to main content

Module watch

Module watch 

Source
Expand description

Notifications for state changes.

Structs§

AwaitableState 🔒
A concurrent state - one which allows reading, writing, and waiting for changes made by another concurrent writer.
ModifyGuard
A wrapper around a mutable ref that tracks whether it’s ever accessed mutably. See AwaitableState::maybe_modify for usage.
StateWatch
A reactive subscription to changes in LockingTypedState.
StateWatchNotifier