blob: 03827845e41fd060e949236dbe432eda3df61422 [file] [log] [blame]
//! Additional combinators for testing async IO.
mod limited;
pub mod read;
pub use read::AsyncReadTestExt;
pub mod write;
pub use write::AsyncWriteTestExt;