I have a function that goes like this:
fileprivate func setupImageViewWithURL(url: URL) { var image: UIImage? = nil do { try image = UIImage(data
DispatchQueue.global(qos: .background).async { }
DispatchQueue.global(qos: .background).async {
}