compio-io 0.10.0-rc.2

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

mod sync_stream;
pub use sync_stream::*;

mod async_stream;
pub use async_stream::*;

mod waker_array;