|
|
@ -63,12 +63,14 @@ cfg_std! {
|
|
|
|
|
|
|
|
|
|
|
|
cfg_default! {
|
|
|
|
cfg_default! {
|
|
|
|
pub use timeout::{timeout, TimeoutError};
|
|
|
|
pub use timeout::{timeout, TimeoutError};
|
|
|
|
|
|
|
|
|
|
|
|
mod timeout;
|
|
|
|
mod timeout;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
cfg_unstable! {
|
|
|
|
cfg_unstable! {
|
|
|
|
pub use into_future::IntoFuture;
|
|
|
|
pub use into_future::IntoFuture;
|
|
|
|
pub(crate) use maybe_done::MaybeDone;
|
|
|
|
pub(crate) use maybe_done::MaybeDone;
|
|
|
|
|
|
|
|
|
|
|
|
mod into_future;
|
|
|
|
mod into_future;
|
|
|
|
mod maybe_done;
|
|
|
|
mod maybe_done;
|
|
|
|
}
|
|
|
|
}
|
|
|
|