Expand description
Notifications for state changes.
Structs§
- Awaitable
State 🔒 - A concurrent state - one which allows reading, writing, and waiting for changes made by another concurrent writer.
- Modify
Guard - A wrapper around a mutable ref that tracks whether it’s ever accessed mutably. See AwaitableState::maybe_modify for usage.
- State
Watch - A reactive subscription to changes in LockingTypedState.
- State
Watch Notifier