Created
          April 4, 2015 22:19 
        
      - 
      
- 
        Save lfarah/af03c44bde7a1d670304 to your computer and use it in GitHub Desktop. 
  
    
      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
    
  
  
    
  | let priority = DISPATCH_QUEUE_PRIORITY_DEFAULT | |
| dispatch_async(dispatch_get_global_queue(priority, 0)) { | |
| // do some task | |
| dispatch_async(dispatch_get_main_queue()) { | |
| // update some UI | |
| } | |
| } | |
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment