Function iota_metrics::monitored_mpsc::unbounded_channel

source ยท
pub fn unbounded_channel<T>(
    name: &str,
) -> (UnboundedSender<T>, UnboundedReceiver<T>)
Expand description

Wraps [mpsc::unbounded_channel()] to create a pair of UnboundedSender and UnboundedReceiver