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§

TryJoinAll
Future for the try_join_all function.

Enums§

FinalState 🔒
TryJoinAllKind 🔒

Functions§

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