when_all_processed

Function when_all_processed 

Source
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.