摘要: 串行、并行、并发:线程池、任务队列 同步、异步:在管理线程上等待; https://www.jianshu.com/p/e11e5ff3af80 派发任务到队列 dispatch_async(dispatch_queue_t queue, dispatch_block_t block) 阅读全文
posted @ 2020-10-26 18:03 zzfx 阅读(316) 评论(0) 推荐(0) 编辑