Skip to content

Instantly share code, notes, and snippets.

@SebastianBoldt
Created February 3, 2022 08:24
Show Gist options
  • Save SebastianBoldt/541695f66c91b17bfa56e8d84d9a0cc5 to your computer and use it in GitHub Desktop.
Save SebastianBoldt/541695f66c91b17bfa56e8d84d9a0cc5 to your computer and use it in GitHub Desktop.
do {
let text = try await createText()
await MainActor.run {
// Update your UI
}
} catch {
print(error.localizedDescription)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment