You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit refactors mo_enqueue_task() to support the data structures
for the new scheduler.
The RR cursor must be advanced if it same as the running task, which
only happens in one task in ready queue. RR cursor will point to new
enqueued task for scheduler consistency.
0 commit comments