Expand description
This crate defines a wrapper around readers (buffered or not) and writers
to retry on IO errors of kind Interrupted
.
Structsยง
- Retry
- Wrapper around readers, buffered readers and writers to automatically retry
on IO errors of kind
Interrupted
.