Default value of maxConcurrentOperationCount for NSOperationQueue
问题 As the title suggests, what is the default value of the maxConcurrentOperationCount for NSOperationQueue? Is it set to a value of 1? 回答1: From the documentation, The maximum number of concurrent operations set explicitly on the receiver using the setMaxConcurrentOperationCount: method. If no value has been explicitly set, this method returns NSOperationQueueDefaultMaxConcurrentOperationCount by default . So it is NSOperationQueueDefaultMaxConcurrentOperationCount . If this is set, it will