compio-io 0.9.1

IO traits for completion based async IO
Documentation
1
2
3
4
5
6
7
//! Compat wrappers for interop with other crates.

mod sync_stream;
pub use sync_stream::*;

mod async_stream;
pub use async_stream::*;