Skip to main content

TASK_FLAG_YIELDED

Constant TASK_FLAG_YIELDED 

Source
pub const TASK_FLAG_YIELDED: u32 = _; // 2u32
Expand description

Flag bit set when a task yielded so another task can run on the same worker.