Function schedule_recv::periodic_ms [] [src]

pub fn periodic_ms(ms: u32) -> Receiver<()>

Starts a timer which, every ms milliseconds, will issue .send(()) on the other side of the returned Reciever<()>.