Function sp_utils::mpsc::tracing_unbounded[][src]

pub fn tracing_unbounded<T>(
    key: &'static str
) -> (TracingUnboundedSender<T>, TracingUnboundedReceiver<T>)
Expand description

Wrapper around mpsc::unbounded that tracks the in- and outflow via UNBOUNDED_CHANNELS_COUNTER