Reexport TaskExecutor from tokio_current_thread (#652)

This commit is contained in:
Alexander Polakov
2018-09-19 14:46:13 -07:00
committed by Carl Lerche
parent 9b456f48d9
commit e267a1922d
+1
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;