futures_util::future

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