A while ago I <a href=“https://github.com/alexpusch/rust-magic-patterns/blob/master/rust-stream-visualized/Readme.md” rel=“ugc”>played around with futures Stream visualizations</a>. i found some limiting characteristics that can be partially attributed to Stream lazy nature. I’ve created a small alternative to Streams which builds around tasks and channels. - <a href=“https://github.com/alexpusch/pumps_rs” rel=“ugc”>https://github.com/alexpusch/pumps_rs</a> I’ll be happy to hear your thoughts Comments