iOS Multithreading - deepindo/DoNote GitHub Wiki

iOS多线程有以下几种:

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

参考链接

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