Rename to tokio-core, add in futures-io

Renames the futures-mio crate to tokio-core, pulls in the futures-io crate under
an `io` module, and gets everything compiling.
This commit is contained in:
Alex Crichton
2016-08-26 14:39:47 -07:00
parent e71d509fee
commit f107c8d860
29 changed files with 1495 additions and 77 deletions
+1 -1
View File
@@ -2,9 +2,9 @@ use std::io;
use std::time::{Duration, Instant};
use futures::{Future, Poll};
use futures_io::IoFuture;
use LoopHandle;
use io::IoFuture;
use event_loop::TimeoutToken;
/// A future representing the notification that a timeout has occurred.