Reexport TaskExecutor from tokio_current_thread (#652)

This commit is contained in:
Alexander Polakov 2018-09-20 00:46:13 +03:00 committed by Carl Lerche
parent 9b456f48d9
commit e267a1922d

View File

@ -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;