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

pub fn delay_event<F, M>(f: F) -> Delay<F, M> where
    F: FnOnce() -> M,
    M: Event
Expand description

Delay the Event computation.