Rename crate to tokio

This commit is contained in:
Carl Lerche
2017-10-30 16:37:00 -07:00
committed by Alex Crichton
parent 25f30c91c4
commit 36aaaa1520
30 changed files with 92 additions and 92 deletions
+2 -2
View File
@@ -1,10 +1,10 @@
extern crate env_logger;
extern crate futures;
extern crate tokio_core;
extern crate tokio;
use std::time::{Instant, Duration};
use tokio_core::reactor::{Core, Timeout};
use tokio::reactor::{Core, Timeout};
macro_rules! t {
($e:expr) => (match $e {