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