Function schedule_recv::oneshot_ms [] [src]

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

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