hi what is dispatch_get_global_queue(QOS_CLASS_BACKGROUND,0) in swift 4
dispatch_get_global_queue(QOS_CLASS_BACKGROUND,0)
https://developer.apple.com/documentation/dispatch/dispatchqueue
let queue = DispatchQueue.global(qos: .background)
thanks