DistatchQueue.async
async
func foo() { let x = await bar() await DispatchQueue.main.async() self.label.text = x }
await on(.main)
await