Skip to main content

Module async_io

Module async_io 

Source
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ยง

AsyncChaosReader
Async equivalent of crate::io::ChaosReader.
AsyncChaosWriter
Async equivalent of crate::io::ChaosWriter.