-
https://docs.rs/tokio/0.1.22/tokio/prelude/future/fn.join_all.html tokio::prelude::future::join_all was removed in tokio 0.2.21, there is an option to use Please advice Thanks |
Beta Was this translation helpful? Give feedback.
Answered by
Darksonn
May 31, 2020
Replies: 1 comment
-
You should use |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
hawkw
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You should use
join_all
from the futures crate for joining on all items in a vector now.