标签: iphone nsthread
我在我的应用中创建了一个NSThread实例。经过一段时间我想暂停一下。有什么方法可以做到这一点。我试过了,
if(![myThread isFinished]){
myThread = nil;
}
但我仍然无法阻止该线程。
答案 0 :(得分:1)
[NSThread sleepForTimeInterval:TIME_TO_PAUSE_THREAD];
OR
你必须将NSOperation队列用于相同的
以下链接可能对您有用
http://developer.apple.com/library/ios/#samplecode/ThreadedCoreData/Listings/Classes_ParseOperation_h.html#//apple_ref/doc/uid/DTS40010723-Classes_ParseOperation_h-DontLinkElementID_5