mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-20 00:00:08 +02:00
committed by
Carl Lerche
parent
2c870b588f
commit
630d3136dd
@@ -21,6 +21,7 @@ use std::time::{Duration, Instant};
|
||||
///
|
||||
/// [`new`]: #method.new
|
||||
#[derive(Debug)]
|
||||
#[must_use = "futures do nothing unless you `.await` or poll them"]
|
||||
pub struct Delay {
|
||||
/// The link between the `Delay` instance at the timer that drives it.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user