Skip to content

Instantly share code, notes, and snippets.

@SebastianBoldt
Created February 3, 2022 16:08
Show Gist options
  • Save SebastianBoldt/7c674a5864598497e1af265e2be9039d to your computer and use it in GitHub Desktop.
Save SebastianBoldt/7c674a5864598497e1af265e2be9039d to your computer and use it in GitHub Desktop.
let task = Task(priority: .medium) { () -> String in
let text = try await requestTextFromServer()
return text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment