Available on crate feature
async-io only.Expand description
Async IO wrappers. Available with the async-io feature.
Mirror of crate::io for tokio::io::AsyncRead / AsyncWrite.
Pulls in tokio minimally (no runtime, no networking, no scheduler).
Schedules are shared with the sync wrappers: a FailureSchedule
built once can be used in either context.
Structsยง
- Async
Chaos Reader - Async equivalent of
crate::io::ChaosReader. - Async
Chaos Writer - Async equivalent of
crate::io::ChaosWriter.