Sachin Bhardwaj

Sachin Bhardwaj

  • Tech Writer
  • 15.4k
  • 1.7m

Whats an NSOperationQueue and how/would you use it?

Jan 21 2013 11:22 AM

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.