Search code examples
multithreadingnsoperationnsoperationqueue

NSOperationQueue,NSOperation


I m new to iphone. where i get examples for NSOperationQueue, NSOperation?
What is the advantage of NSOperationQueue, NSOperation over thread?

Thanks


Solution

  • Read the docs. They are really good at explaining and giving examples

    http://developer.apple.com/library/ios/#documentation/General/Conceptual/ConcurrencyProgrammingGuide/OperationObjects/OperationObjects.html%23//apple_ref/doc/uid/TP40008091-CH101-SW1

    NSOperation is easier to manage than NSThread.