会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
码出境界
首页
联系
管理
订阅
2017年4月20日
GCD的常用代码块
摘要: 一、队列 1、创建一个串行队列 dispatch_queue_t queue = dispatch_queue_create("queueName", DISPATCH_QUEUE_SERIAL); 2、创建一个并发队列 dispatch_queue_t queue = dispatch_queue
阅读全文
posted @ 2017-04-20 23:44 码出境界
阅读(382)
评论(1)
推荐(2)