2016-09-20 5 views

答えて

10

を変換する私を助けてください。まあ、それはまだそこにあり、新しい名前を得ました。あなたはconcurrentPerform()

変更を呼び出す必要があり、今からで、この

dispatch_apply(2, queue) { (index) in 
} 

DispatchQueue.concurrentPerform(iterations: 2) { 
print("\($0). concurrentPerform") 
} 
関連する問題