Function hydroflow::util::unsync_channel

source ·
pub fn unsync_channel<T>(
    capacity: Option<NonZeroUsize>
) -> (Sender<T>, Receiver<T>)
Expand description

Returns an unsync channel as a (1) sender and (2) receiver Stream for use in Hydroflow.