mio 0.3.7

Lightweight non-blocking IO
1
2
3
4
5
#[cfg(unix)]
pub use self::unix::{Awakener, Events, Selector};

#[cfg(unix)]
mod unix;