iOS 多线程/runloop/runtime

  • runloop:

    参考:runloop: http://www.jianshu.com/p/d260d18dd551
    三个重点:
    1, NSTimer 和 runloop 的模式问题
    2, 通过runloop 实现常驻后台线程
    3, tableView 滑动, timer 停止的问题

  • GCD

    GCD:http://www.jianshu.com/p/2d57c72016c6

  • pthread/NSThread

    pthread/NSThread: http://www.jianshu.com/p/cbaeea5368b1

  • NSOperation

    NSOperation:http://www.jianshu.com/p/4b1d77054b35

你可能感兴趣的:(iOS 多线程/runloop/runtime)