pub const TASK_FLAG_YIELDED: u32 = _; // 2u32
Flag bit set when a task yielded so another task can run on the same worker.