mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-27 00:00:12 +02:00
Finish docs on futures-mio
Also remove mio BufReader/BufWriter for now, they should come back shortly though
This commit is contained in:
@@ -19,15 +19,9 @@ extern crate scoped_tls;
|
||||
#[macro_use]
|
||||
extern crate log;
|
||||
|
||||
use std::io;
|
||||
use futures::Future;
|
||||
use futures::stream::Stream;
|
||||
|
||||
mod readiness_stream;
|
||||
mod event_loop;
|
||||
mod tcp;
|
||||
mod buf_reader;
|
||||
mod buf_writer;
|
||||
#[path = "../../src/slot.rs"]
|
||||
mod slot;
|
||||
#[path = "../../src/lock.rs"]
|
||||
@@ -36,5 +30,3 @@ mod lock;
|
||||
pub use event_loop::{Loop, LoopHandle};
|
||||
pub use readiness_stream::ReadinessStream;
|
||||
pub use tcp::{TcpListener, TcpStream};
|
||||
pub use buf_reader::{BufReader, InputBuf};
|
||||
pub use buf_writer::{BufWriter, Flush, Reserve};
|
||||
|
||||
Reference in New Issue
Block a user