Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何释放我的串行队列的块堆栈?我已经将异步执行的一些块放入队列中,并且在某些时候我想完全释放这个队列为空。我正在使用低级dispatch_queue_t。可能吗?谢谢。
dispatch_queue_t
你用的是什么队列??
是 NSOperationQueue 吗?
然后-[NSOperationQueue cancelAllOperations]应该做的工作。
-[NSOperationQueue cancelAllOperations]