Function ntex_util::future::join_all

source ·
pub async fn join_all<I>(i: I) -> Vec<<I::Item as Future>::Output>where
    I: IntoIterator,
    I::Item: Future,
Expand description

Creates a future which represents a collection of the outputs of the futures given.