Function hydroflow::util::unbounded_channel
source ยท pub fn unbounded_channel<T>() -> (UnboundedSender<T>, UnboundedReceiverStream<T>)
Expand description
Returns a channel as a (1) unbounded sender and (2) unbounded receiver Stream
for use in Hydroflow.