×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Text
Posted by: Nigel Smith
Added: Dec 15, 2017 3:31 AM
Views: 2650
Tags: no tags
  1. DispatchQueue.global(qos: .userInitiated).async { [unowned self] in
  2.     self.yourCodeHere()
  3. }