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:
Carl Lerche
2019-11-05 19:12:30 -08:00
committed by GitHub
parent a6253ed05a
commit d5c1119c88
67 changed files with 441 additions and 293 deletions
+1 -1
View File
@@ -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;