串行、并行、同步、异步

串行、并行、并发:线程池、任务队列

同步、异步:在管理线程上等待;

https://www.jianshu.com/p/e11e5ff3af80

派发任务到队列

dispatch_async(dispatch_queue_t queue, dispatch_block_t block)

原文地址:https://www.cnblogs.com/feng9exe/p/13879901.html