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
Fix: Fiber::ExecutionContext::Parallel::Scheduler#tick must be unsigned (#16155)
The tick is expected to overflow, at which point it will reach the negative `Int32::MIN` and the once in a while check to dequeue from the global queue won't happen until we reach a positive value!
0 commit comments