Idiomatic way of parallel execution of unordered futures?

In this particular case, you could have used the type Vec<JoinHandle<u64>>, since tokio::spawn returns a that type.

1 Like

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.