Function dvcompute::simulation::process::process_sequence_[][src]

pub fn process_sequence_<I, M>(comps: I) -> Sequence_<I::IntoIter, M> where
    I: IntoIterator<Item = M> + 'static,
    M: Process + 'static, 
Expand description

Create a sequence of computations, where the result is ignored.