Skip to content

Instantly share code, notes, and snippets.

@jenhausu
Last active January 15, 2017 05:59
Show Gist options
  • Save jenhausu/3ad2fe7fdbfd39f9f705fac7b5550f37 to your computer and use it in GitHub Desktop.
Save jenhausu/3ad2fe7fdbfd39f9f705fac7b5550f37 to your computer and use it in GitHub Desktop.
GCD
let queue = DispatchQueue(label: "labelName", qos: .userInteractive, attributes: .concurrent)
queue.sync {
}
queue.async {
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment