Created
January 10, 2015 05:33
-
-
Save aqubi/30e260deca44b9a68f76 to your computer and use it in GitHub Desktop.
BakgroundQueue
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_BACKGROUND, 0), ^{ | |
dispatch_async(dispatch_get_main_queue(), ^{ | |
}); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment