Skip to content

Commit f3d1d77

Browse files
committed
remove ext and interval
Signed-off-by: Yoshua Wuyts <yoshuawuyts@gmail.com>
1 parent d5aa531 commit f3d1d77

File tree

6 files changed

+4
-550
lines changed

6 files changed

+4
-550
lines changed

src/delay.rs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -148,11 +148,6 @@ impl Delay {
148148
}
149149
}
150150

151-
#[inline]
152-
pub fn fires_at(timeout: &Delay) -> Instant {
153-
timeout.when
154-
}
155-
156151
impl Future for Delay {
157152
type Output = io::Result<()>;
158153

src/ext.rs

Lines changed: 0 additions & 200 deletions
This file was deleted.

0 commit comments

Comments
 (0)