Tags / nsoperation
Understanding Concurrency in iOS: Should You Use NSOperationQueue and NSOperation Instead of NSThread for Efficient Application Development?
Managing Multimedia Content in Sequence Using NSOperationQueue, Notifications, and NSInvocationOperation
Parsing XML Data on a New Thread: A Scalable Approach