Function zinoma::async_utils::all

source ·
pub async fn all<I>(i: I) -> bool
where I: IntoIterator, I::Item: Future<Output = bool>,
Expand description

Resolve as true unless any future in the iterator resolves as false.