Expand description
Definition of the TryJoinAll combinator, waiting for all of a list of
futures to finish with either success or error.
Structs§
- TryJoin
All - Future for the
try_join_allfunction.
Enums§
Functions§
- try_
join_ all - Creates a future which represents either a collection of the results of the futures given or an error.