Hello. I think my question can be pretty well described via this Rust playground link:
https://play.rust-lang.org/?version=stable&mode=debug&edition=2021&gist=57df2473f7b253fe99d4e6dfb9b42344
I have some computation that I want to do on a collection that involves async, and I want to collect it at the end. Even if I use futures::stream::StreamExt, I still can't seem to get this to work. Any advice? Should I just use a for loop?
A browser interface to the Rust compiler to experiment with the language