Is there a relationship between DEFER_TASKRUN and EINTR? #1442
Closed
Ebenezer-group
started this conversation in
General
Replies: 1 comment
-
|
It just means that -EINTR will not be caused by io_uring itself, with adding task_work. Which is probably the most common way it can happen. It can still of course happen if the task gets signaled by something else. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
#1360
Does that mean if you use DEFER_TASKRUN, io_uring_enter won't return -EINTR?
Beta Was this translation helpful? Give feedback.
All reactions