pub fn when_all_processed<I, T>(futures: I) -> AllProcessed<'static> ⓘwhere
I: IntoIterator<Item = Factory<'static, T>>,
T: 'static,Expand description
Creates AllProcessed Future from the provided Iterator of
Factorys.
pub fn when_all_processed<I, T>(futures: I) -> AllProcessed<'static> ⓘwhere
I: IntoIterator<Item = Factory<'static, T>>,
T: 'static,Creates AllProcessed Future from the provided Iterator of
Factorys.