会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
Sunny孙宁
github地址:https://github.com/SunnySunning
博客园
首页
新随笔
联系
订阅
管理
2017年3月16日
用dispatch_semaphore_t解决block异步执行返回结果问题
摘要: 1.这是AFN3.0里边的一段代码.利用的是技术信号的形式,等待异步执行的结果,并将结果返回. - (NSArray *)tasksForKeyPath:(NSString *)keyPath { __block NSArray *tasks = nil; dispatch_semaphore_t
阅读全文
posted @ 2017-03-16 13:36 Sunny孙宁
阅读(2618)
评论(0)
推荐(0)
编辑
公告