channel_from_iter

Function channel_from_iter 

Source
pub fn channel_from_iter<T>(
    iter: impl IntoIterator<Item = T>,
) -> UnboundedChannel<T>
Expand description

Returns a new unbounded channel with pre-queued elements.