//! Extensions used in [`Future`]s and async code.
mod now_or_later;
pub use self::now_or_later::NowOrLater;