Expand description
Shared [tokio::sync::watch
] channel wrappers.
These wrappers help use watch channels correctly.
Structsยง
- Efficient access to state data via a [
tokio
] [watch::Receiver
] channel, while avoiding deadlocks.
Shared [tokio::sync::watch
] channel wrappers.
These wrappers help use watch channels correctly.
tokio
] [watch::Receiver
] channel,
while avoiding deadlocks.