-
Notifications
You must be signed in to change notification settings - Fork 806
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash in -[NSOperationQueue _doMainWork] #1655
Comments
ms-jihua
added a commit
that referenced
this issue
Mar 20, 2017
* Re-implement NSOperationQueue - Add support for - queuePriority - underlyingQueue - currentQueue - maxConcurrentOperationCount - KVO-compliance - Fixes some edge cases (ie: hanging on certain non-ready operations) - Add unit tests - Add performance benchmark tests Fixes #2228 Fixes #1655 Fixes #869 * - Address CR feedback - Actually implement queuePriority this time - Perf numbers did not meaningfully change from last iteration * minor cr feedback * minor cr feedback * move test for currentQueue == mainQueue on main thread to functional tests
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We’re seeing the following crash in NSOperationQueue / NSAtomicList:
The text was updated successfully, but these errors were encountered: