Advertisement
Guest User

Untitled

a guest
Oct 25th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. DispatchQueue.global(attributes: [.qosDefault]).async {
  2. // Background thread
  3. DispatchQueue.main.async(execute: {
  4. // UI Updates
  5. })
  6. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement