dispatch_async 跟dispatch_sync

dispatch_async 和dispatch_sync
dispatch_sync(),同步添加操作。他是等待添加进队列里面的操作完成之后再继续执行。


dispatch_async ,异步添加进任务队列,它不会做任何等待