mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
Reexport TaskExecutor from tokio_current_thread (#652)
This commit is contained in:
parent
9b456f48d9
commit
e267a1922d
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user