What’s the different between the ‘DispatchQueue.global().async’ and a normal function?
Say, I have a do-catch block inside a DispatchQueue.global().async
, so the block would executed on a global thread asynchronous.
Say, I have a do-catch block inside a DispatchQueue.global().async
, so the block would executed on a global thread asynchronous.