【发布时间】:2016-09-22 12:12:58
【问题描述】:
Swift 3.0:在创建调度异步队列时收到错误Can not convert value of type 'int' to expected argument type 'DispatchQueue.GlobalQueuePriority'
DispatchQueue.global(priority: 0).async(execute: { () -> Void in
})
【问题讨论】:
标签: ios iphone swift swift2 swift3