Last active
January 26, 2018 14:13
-
-
Save JillevdW/16f77005f7932e4169efa4438358dc58 to your computer and use it in GitHub Desktop.
GCD Example
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
DispatchQueue.global().async { | |
//do asynchronous stuff | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment