Skip to content

Instantly share code, notes, and snippets.

@stevencurtis
Last active June 19, 2020 16:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stevencurtis/0947427ef08e9a8b7ed4740d7ce391b6 to your computer and use it in GitHub Desktop.
Save stevencurtis/0947427ef08e9a8b7ed4740d7ce391b6 to your computer and use it in GitHub Desktop.
dispatchqueues
let userPriority = DispatchQueue.init(
label: "User",
qos: .userInteractive)
let defaultPriority = DispatchQueue.init(
label: "Default",
qos: .default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment