Created
November 26, 2014 15:51
-
-
Save ttran4040/d8e9f7dce4f3213a3fa3 to your computer and use it in GitHub Desktop.
Swift Dispatch Async
This file contains 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
dispatch_async(dispatch_get_global_queue( DISPATCH_QUEUE_PRIORITY_DEFAULT, 0), { | |
//Code | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment