pub type SharedIndexTelemetry = Sender<IndexTelemetrySnapshot>;Expand description
Shared watch sender for the latest telemetry snapshot.
This mirrors the rust-mux publish_status pattern: writers can emit
frequently while consumers always observe the newest coalesced snapshot.
Aliased Typeยง
pub struct SharedIndexTelemetry { /* private fields */ }