delay_event

Function delay_event 

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

Delay the Event computation.