Skip to content

Instantly share code, notes, and snippets.

@SebastianBoldt
Last active February 3, 2022 08:11
Show Gist options
  • Save SebastianBoldt/fd4ddde67015b8e3fd30cbf14e5591ea to your computer and use it in GitHub Desktop.
Save SebastianBoldt/fd4ddde67015b8e3fd30cbf14e5591ea to your computer and use it in GitHub Desktop.
func createText() async throws -> String {
let text = try await requestTextFromServer() // function will be suspended
return text
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment