Expand description
Shared [tokio::sync::watch] channel wrappers.
These wrappers help use watch channels correctly.
Structsยง
- Watch
Receiver - 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.