Skip to content

Instantly share code, notes, and snippets.

@ttran4040
Created November 26, 2014 15:51
Show Gist options
  • Save ttran4040/d8e9f7dce4f3213a3fa3 to your computer and use it in GitHub Desktop.
Save ttran4040/d8e9f7dce4f3213a3fa3 to your computer and use it in GitHub Desktop.
Swift Dispatch Async
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