Skip to content

Instantly share code, notes, and snippets.

@laevandus
Created February 20, 2022 02:17
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 laevandus/fe9225f670383e01127ce17be678a40d to your computer and use it in GitHub Desktop.
Save laevandus/fe9225f670383e01127ce17be678a40d to your computer and use it in GitHub Desktop.
self.documents = try await Task.retried(times: 3) {
try await self.fetcher.fetchAllDocuments() // returns [Documents]
}.value
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment