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

pub fn delay_process<F, M>(f: F) -> Delay<F, M> where
    F: FnOnce() -> M + 'static,
    M: Process + 'static, 
Expand description

Delay the Process computation.