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
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. Automatically rearm the completion when the result is EINTR.
- Loading branch information