Does Rust have an equivalent to Go's WaitGroup?

There is also the simpler join_all and try_join_all. join_all's docs also mentions FuturesUnordered. I have never used it but it looks like it is better when you have a lot of futures.

2 Likes