mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-23 00:00:10 +02:00
time: reexport Elapsed (#1826)
This commit is contained in:
committed by
Carl Lerche
parent
abfa857f09
commit
ebf5f37989
@@ -94,7 +94,7 @@ pub use interval::{interval, interval_at, Interval};
|
||||
|
||||
mod timeout;
|
||||
#[doc(inline)]
|
||||
pub use timeout::{timeout, timeout_at, Timeout};
|
||||
pub use timeout::{timeout, timeout_at, Timeout, Elapsed};
|
||||
|
||||
mod wheel;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user