zebra_state::service

Module 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.