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.
由于 NSOperation 队列是建立在 GCD 之上的,那么 [NSOperationQueue mainQueue] 是串行队列还是并发队列?
串行。通过主队列的所有内容都在主线程上执行。由于只有其中一个,队列的其余部分必须等待它打开。