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