Skip to content

Instantly share code, notes, and snippets.

@jacobsapps
Created October 22, 2025 12:27
Show Gist options
  • Select an option

  • Save jacobsapps/c061242d64a3ada43071fd801cf830f7 to your computer and use it in GitHub Desktop.

Select an option

Save jacobsapps/c061242d64a3ada43071fd801cf830f7 to your computer and use it in GitHub Desktop.
Task.detached {
print("Running on global actor")
await MainActor.run {
print("Switched to main actor")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment