Function medea_reactive::when_all_processed[][src]

pub fn when_all_processed<I, T>(futures: I) -> AllProcessed<'static>

Notable traits for AllProcessed<'a, T>

impl<'a, T> Future for AllProcessed<'a, T> type Output = T;
where
    I: IntoIterator<Item = Factory<'static, T>>,
    T: 'static, 

Creates AllProcessed Future from the provided Iterator of Factorys.