0
Reply

Whats an NSOperationQueue and how/would you use it?

Sachin Bhardwaj

Sachin Bhardwaj

Jan 21 2013 11:22 AM
1.3k

The NSOperationQueue class regulates the execution of a set of NSOperation objects. An operation queue is generally used to perform some asynchronous operations on a background thread so as not to block the main thread.