标签:
dispatch_ :线程怎样执行队列中的任务.(同步,异步,延时,once,多次),,
队列:集合一些串行的或者并行的任务,,
系统队列:主队列,,(运行在主线程中的,串行)
全局队列,,(4个,并行)
1.1、GCD全局队列的四个优先级
1.2、几种本文使用到的GCD类型
1.3、dispatch_async/dispatch_async_f
1.4、dispatch_sync/dispatch_sync_f
http://blog.csdn.net/Hello_Hwc/article/details/41073287
2.1、dispatch_after
2.2、dispatch_apply
2.3、dispatch_once
http://blog.csdn.net/hello_hwc/article/details/41204027
3.dispatch_group
http://blog.csdn.net/hello_hwc/article/details/41409135
http://blog.csdn.net/hello_hwc/article/details/42463645
标签:
原文地址:http://www.cnblogs.com/goahead-yingjun/p/4561739.html