mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
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:
+1
-1
@@ -3,10 +3,10 @@ use std::sync::mpsc::TryRecvError;
|
||||
|
||||
use futures::{Future, Poll};
|
||||
use futures::stream::Stream;
|
||||
use futures_io::IoFuture;
|
||||
use mio::channel;
|
||||
|
||||
use {ReadinessStream, LoopHandle};
|
||||
use io::IoFuture;
|
||||
|
||||
/// The transmission half of a channel used for sending messages to a receiver.
|
||||
///
|
||||
|
||||
Reference in New Issue
Block a user