Skip to content

Instantly share code, notes, and snippets.

@olbrichj
Created March 21, 2018 11:33
Show Gist options
  • Save olbrichj/e10941e2c6651812c5c3944f3096ebb6 to your computer and use it in GitHub Desktop.
Save olbrichj/e10941e2c6651812c5c3944f3096ebb6 to your computer and use it in GitHub Desktop.
fetch(url: url).then(on: .global(QoS: .userInitiated)) {
//then closure executes on different thread
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment