Skip to content

iOS Multithreading

Deepin edited this page Aug 25, 2021 · 1 revision

iOS多线程有以下几种:

  1. pthread
  2. NSThread
  3. GCD
  4. NSOperation

参考链接

https://blog.devtang.com/2012/02/22/use-gcd/

Clone this wiki locally