Created
March 21, 2018 11:33
-
-
Save olbrichj/e10941e2c6651812c5c3944f3096ebb6 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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