Function dvcompute::simulation::event::event_sequence[][src]

pub fn event_sequence<I, M>(comps: I) -> Sequence<I::IntoIter, M> where
    I: IntoIterator<Item = M>,
    M: Event
Expand description

Create a sequence of computations.