Skip to content

Instantly share code, notes, and snippets.

@aqubi
Created January 10, 2015 05:33
Show Gist options
  • Save aqubi/30e260deca44b9a68f76 to your computer and use it in GitHub Desktop.
Save aqubi/30e260deca44b9a68f76 to your computer and use it in GitHub Desktop.
BakgroundQueue
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