dispatch_async 异步执行
dispatch_sync 同步执行
Stack Overflow 上有很好的解释:
dispatch_async 和 dispatch_sync的区别
原文:http://www.cnblogs.com/LaiSong/p/4998272.html