摘要:
1 dispatch_async(dispatch_get_global_queue(0, 0), ^{ 2 3 dispatch_async(dispatch_get_main_queue(), ^{ 4 ... 5 [self myMethod]; 6 7 }); 8 9 -(void)myMe 阅读全文
posted @ 2012-04-10 11:19
不及格的程序员-八神
阅读(1198)
评论(0)
推荐(0)
不及格的程序员-八神 |
|