DispatchKit中央調(diào)度工具
DispatchKit 能迅速簡化中央調(diào)度。
創(chuàng)建和初始化隊列:
let mainQueue: GCDQueue = .Main
let defaultQueue: GCDQueue = .Default
let customSerialQueue: GCDQueue = .createSerial("mySerialQueue")
let customConcurrentQueue: GCDQueue = .createConcurrent("myConcurrentQueue")
評論
圖片
表情
