0
Answer

Whats an NSOperationQueue and how/would you use it?

Sachin Bhardwaj

Sachin Bhardwaj

11y
1.3k
1

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.