Skip to content

Instantly share code, notes, and snippets.

@SebastianBoldt
Last active February 3, 2022 16:03
Show Gist options
  • Save SebastianBoldt/8a45a7aec0597ce46e38afe0b4193e6b to your computer and use it in GitHub Desktop.
Save SebastianBoldt/8a45a7aec0597ce46e38afe0b4193e6b to your computer and use it in GitHub Desktop.
// Will immediatly start running after creation
let task = Task { () -> 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