NSOperation
NSOperationQueue maxConcurrentOperationCount 1 Serial Queue Problem
Around the web and even in Apple’s WWDC 2015 Advanced NSOperations talk they say: “If we set the max concurrent operation count of an NSOperationQueue to be 1, then we essentially make our NSOperationQueue into a serial operation queue.” Sometimes Read more…
You must be logged in to post a comment.