tokio_timer
impl Future for Delay type Output = ();
pub fn sleep(duration: Duration) -> Delay
Create a Future that completes in duration from now.
duration