在此处输入代码 NSoperations 和 NSoperationqueues 有什么区别?
谢谢 keerthi
NSOperation 类是一个抽象类,用于封装与单个任务关联的代码和数据。
NSOperationQueue 类管理一组 NSOperation 对象的执行。被添加到队列后,操作将保留在该队列中,直到它被显式取消或完成其任务的执行。
您也可以检查这些链接..因为他们给出了很好的答案:-
NSOperation 和 NSInvocationOperation 的区别?
http://www.raywenderlich.com/19788/how-to-use-nsoperations-and-nsoperationqueues