Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
io_uring: handle INTR error from write (#119)
It is possible to get an EINTR error from io_uring when copying cqes. xev already handles EINTR automatically when it occurs during io_uring_enter, but doesn't handle it if an individual cqe copy has this error. Add error.SignalInterrupt to the WriteError enum so that callers may rearm their writes when encountering this error, if they desire.
- Loading branch information