-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix OperationQueue scheduling logic to prevent disruption of operatio…
…n 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.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters