diff --git a/src/runtime/current_thread/mod.rs b/src/runtime/current_thread/mod.rs index 57a934c0b..dca41711e 100644 --- a/src/runtime/current_thread/mod.rs +++ b/src/runtime/current_thread/mod.rs @@ -72,6 +72,7 @@ mod runtime; pub use self::builder::Builder; pub use self::runtime::{Runtime, Handle}; pub use tokio_current_thread::spawn; +pub use tokio_current_thread::TaskExecutor; use futures::Future;