mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
timer: Rename sleep to delay_for, reexport from tokio (#1518)
This commit is contained in:
committed by
Carl Lerche
parent
6a94d2cf4f
commit
d2bd6f5002
+3
-1
@@ -75,4 +75,6 @@
|
||||
//! [Interval]: struct.Interval.html
|
||||
//! [`DelayQueue`]: struct.DelayQueue.html
|
||||
|
||||
pub use tokio_timer::{delay, delay_queue, timeout, Delay, DelayQueue, Error, Interval, Timeout};
|
||||
pub use tokio_timer::{
|
||||
delay, delay_for, delay_queue, timeout, Delay, DelayQueue, Error, Interval, Timeout,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user