| 1 | //! Additional combinators for testing async IO. |
|---|---|
| 2 | |
| 3 | mod limited; |
| 4 | |
| 5 | pub mod read; |
| 6 | pub use read::AsyncReadTestExt; |
| 7 | |
| 8 | pub mod write; |
| 9 | pub use write::AsyncWriteTestExt; |
| 10 |
| 1 | //! Additional combinators for testing async IO. |
|---|---|
| 2 | |
| 3 | mod limited; |
| 4 | |
| 5 | pub mod read; |
| 6 | pub use read::AsyncReadTestExt; |
| 7 | |
| 8 | pub mod write; |
| 9 | pub use write::AsyncWriteTestExt; |
| 10 |