Module futures_util::future::try_join_all
source · Expand description
Definition of the TryJoinAll
combinator, waiting for all of a list of
futures to finish with either success or error.
Structs§
- Future for the
try_join_all
function.
Enums§
Functions§
- Creates a future which represents either a collection of the results of the futures given or an error.