tokio_timer
impl Future for Delay type Output = ();
pub fn delay(deadline: Instant) -> Delay
Create a Future that completes at deadline.
deadline