mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-25 12:00:35 +00:00
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.
|
||||
///
|
||||
|
Loading…
x
Reference in New Issue
Block a user