iOS GCD三种建立线程的方式

- (IBAction)gcd1:(id)sender {多线程     //用于全局并发队列并发     dispatch_queue_t qGlobal=dispatch_get_global_queue(DISPATCH_QUEUE_PRIORITY_DEFAULT, 0);async     dispatch_async(qGlobal, ^{this         int x=0;sp
相关文章
相关标签/搜索