Update to mio master

This commit is contained in:
Alex Crichton
2016-08-27 12:33:31 -07:00
parent b9395808be
commit c820d67d66
4 changed files with 13 additions and 17 deletions
+3 -2
View File
@@ -18,6 +18,9 @@ extern crate log;
mod slot;
mod lock;
#[macro_use]
pub mod io;
mod channel;
mod event_loop;
mod mpsc_queue;
@@ -27,8 +30,6 @@ mod timeout;
mod timer_wheel;
mod udp;
pub mod io;
pub use channel::{Sender, Receiver};
pub use event_loop::{Loop, LoopPin, LoopHandle, AddSource, AddTimeout};
pub use event_loop::{LoopData, AddLoopData, TimeoutToken, IoToken};