iphone GCD
摘要:
View Code dispatch_async(dispatch_get_global_queue(0, 0), ^{NSString *fetchedData = [self fetchSomethingFromServer];NSString *processedData = [self processData:fetchedData];NSString *firstResult = [self calculateFirstResult:processedData];NSString *secondResult = [self calculateSecondResult:processe 阅读全文
posted @ 2013-03-14 23:07 fishyk 阅读(156) 评论(0) 推荐(0)
浙公网安备 33010602011771号