Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created March 21, 2018 11:38
Show Gist options
  • Save olbrichj/1cae9ef5c1c885f3f622712e2240c417 to your computer and use it in GitHub Desktop.
Save olbrichj/1cae9ef5c1c885f3f622712e2240c417 to your computer and use it in GitHub Desktop.
let timeout = after(seconds: 4)
race(when(fulfilled: fetch(url:url)).asVoid(), timeout).then {
//…
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment