标签:
最近对Queue和dispatch在任务执行中起的作用有些疑问,google了一下,网址如下:
http://amattn.com/p/grand_central_dispatch_gcd_summary_syntax_best_practices.html
总结就是,Queue决定任务是串行还是并行执行的,dispatch_X决定Queue中block任务的提交和返回方式。
标签:
原文地址:http://www.cnblogs.com/Kelphizy/p/4425696.html