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
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.