Module zebra_state::service::watch_receiver
source · 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.