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

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

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