IORING_SETUP_DEFER_TASKRUN
Defer running task work to get events. Rather than running bits of task work whenever the task transitions try to do it just before it is needed.
Source
Implementation
pub const IORING_SETUP_DEFER_TASKRUN = 1 << 13Defer running task work to get events. Rather than running bits of task work whenever the task transitions try to do it just before it is needed.
Source
pub const IORING_SETUP_DEFER_TASKRUN = 1 << 13