xcode 如何使用以及在哪里使用 NSOperation 和 NSOperationQueue>

声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow 原文地址: http://stackoverflow.com/questions/5547573/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me): StackOverFlow

提示:将鼠标放在中文语句上可以显示对应的英文。显示中英文
时间:2020-09-14 20:44:14  来源:igfitidea点击:

How to use and where to use NSOperation and NSOperationQueue>

iphoneobjective-cxcode

提问by Shanmugaraja G

Possible Duplicate:
NSOperation on the iPhone

可能的重复:
iPhone 上的 NSOperation

I am new to Objective-c Iphone, and I came to know about NSOperation and NSOperationQueue. Where to use this and how can I use this? Can anyone give me explanations with any small example program?

我是 Objective-c Iphone 的新手,我开始了解 NSOperation 和 NSOperationQueue。在哪里使用它以及如何使用它?任何人都可以用任何小示例程序给我解释吗?

Thanks in advance...

提前致谢...

回答by Tim

A quick Google turned up:

一个快速的谷歌出现了: