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 developers also refer to this configuration as a first in first Read more…