DispatchQueue.main.async takes a block that will be
Executed in the main queue
Not executed
None of these answers
Executed on the background thread Reference: Apple Developer: Documentation: Dispatch: DispatchQueue: async(group:qos:flags:execute:)