1:dispatch_source_t //dispatch_source_t 默认是挂起的,需要dispatch_resume()//这个和子线程处理数据主线程更新界面的优点在于,当主线程比较空闲一起更新界面.效率更高dispatch_source_t source = di……