Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Introduce ErrorKind::Interrupted variant
For (better? or) worse the EINTR error is typically treated somewhat specially by clients. As such, it seems reasonable for us to expose it properly as opposed to just capturing it as "other". Introduce the ErrorKind::Interrupted variant to allow for that. Signed-off-by: Daniel Müller <[email protected]>
- Loading branch information