我会在很短的时间内多次调用一个函数,并且这个函数不会在主线程上执行。
例如,我会在一秒钟内拨打5次电话。我的要求是:
那怎么样?
答案 0 :(得分:1)
看看NSOperation和NSOperationQueue。
以下是Apple并发和NSOperation的文档:https://developer.apple.com/library/mac/documentation/General/Conceptual/ConcurrencyProgrammingGuide/OperationObjects/OperationObjects.html