blob: 4e60139a87228f14dfa945f0009de09aa54118b7 [file] [log] [blame]
//! Runtime components
//!
//! By default, hyper includes the [tokio](https://tokio.rs) runtime.
//!
//! If the `runtime` feature is disabled, the types in this module can be used
//! to plug in other runtimes.
pub use crate::common::Executor;