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

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

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

 

派发任务到队列

dispatch_async(dispatch_queue_t queue, dispatch_block_t block)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-11
  • 2021-08-21
  • 2022-12-23
  • 2021-10-15
  • 2022-03-08
  • 2022-12-23
猜你喜欢
  • 2021-08-25
  • 2022-12-23
  • 2021-11-01
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-30
相关资源
相似解决方案