Skip to content

Instantly share code, notes, and snippets.

@SebastianBoldt
Last active February 4, 2022 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SebastianBoldt/e3053cb128d9ed4c60c6db86e15c3dc7 to your computer and use it in GitHub Desktop.
Save SebastianBoldt/e3053cb128d9ed4c60c6db86e15c3dc7 to your computer and use it in GitHub Desktop.
Task {
await MainActor.run {
// ....
}
}
// or
Task { @MainActor in
// .....
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment