Function hydroflow::util::ready_iter
source ยท pub fn ready_iter<S>(stream: S) -> impl Iterator<Item = S::Item>where
S: Stream,
Expand description
Returns an Iterator
of any immediately available items from the [Stream
].