Swift 3.0:Can not convert value of type 'int' to expected argument type 'DispatchQueue.GlobalQueuePriority'创建调度异步队列时 收到错误
Can not convert value of type 'int' to expected argument type 'DispatchQueue.GlobalQueuePriority'
DispatchQueue.global(priority: 0).async(execute: { () -> Void in })
iphone ios swift swift2 swift3
ios ×1
iphone ×1
swift ×1
swift2 ×1
swift3 ×1