How to write something similar to Promise.all in js by rust?

It is too complicated for me to write a function that can wait an array of futures done. Just like Promise.all in the js world.

Rust already has the join futures functionality

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.