Function schedule_recv::periodic_after [] [src]

pub fn periodic_after(period: Duration, start: Duration) -> Receiver<()>

Starts a timer which, every duration after an initial delay of start, will issue .send(()) on the other side of the returned Reciever<()>.