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 OperationQueue scheduling logic to prevent disruption of operation lists
I believe the original intention was to adust `__nextPriorityOperation`.
Doing so for `__nextOperation` has no sense and leads to crosslinking
of the main operation list and corresponding priority operation list.
OperationQueue in such state would crash or hang while attempting
to schedule subsequent operation.
0 commit comments