mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
runtime: combine executor and runtime mods (#1734)
Now, all types are under `runtime`. `executor::util` is moved to a top level `util` module.
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
//! });
|
||||
//! ```
|
||||
|
||||
use tokio::executor::park::{Park, Unpark};
|
||||
use tokio::runtime::{Park, Unpark};
|
||||
use tokio::timer::clock::{Clock, Now};
|
||||
use tokio::timer::Timer;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user