Open ganeshshirole opened 3 years ago
DispatchQueue.global(qos: .background).async { // here any method not working i need it for await() }
how did you fix the problem?
DispatchQueue.global(qos: .background).async { // here any method not working i need it for await() }