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§

Enums§

Functions§

  • Creates a future which represents either a collection of the results of the futures given or an error.