[][src]Crate retrio

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.