1 //! Runtime components
2 //!
3 //! By default, hyper includes the [tokio](https://tokio.rs) runtime.
4 //!
5 //! If the `runtime` feature is disabled, the types in this module can be used
6 //! to plug in other runtimes.
7
8 pub use crate::common::Executor;
9