# Functions
IsTimeout indicates if the given error is a timeout error.
WithReadTimeout returns a ReadWriteCloser that applies the given timeout only to read operations.
WithTimeout returns a ReadWriteCloser that applies the given timeout to read and write operations.
WithWriteTimeout returns a ReadWriteCloser that applies the given timeout only to write operations.