DispatchQueue.global(qos: .default).async{
DispatchQueue.main.async {
}
}
DispatchQueue.main.async(execute: {
self.movieOperations.downloadsInProgress.removeValue(forKey: indexPath)
self.tableView.reloadRows(at: [indexPath], with: .fade)
})
DispatchQueue.global(qos: .default).async{
DispatchQueue.main.async {
}
}
DispatchQueue.main.async(execute: {
self.movieOperations.downloadsInProgress.removeValue(forKey: indexPath)
self.tableView.reloadRows(at: [indexPath], with: .fade)
})