Daily Archives: 2018年5月23日

GCD中的dispatch_sync、dispatch_sync 分别与串行、并行队列组合执行

1、涉及相关概念
1.1、同步、异步
1.2、自定义串行队列、自定义并行队列、全局队列、主队列
1.3、主线程、子线程

2、示例代码

1
2
{
    dispatch_queue_t serialQueue = dispatch_queue_create("串行队列", DISPATCH[......]<p class="read-more"><a href="https://www.yusian.com/blog/project/2018/05/23/1152011180.html">继续阅读</a></p>