Skip to content

Instantly share code, notes, and snippets.

@LukeSmith16
Created April 7, 2023 21:39
Show Gist options
  • Save LukeSmith16/ca5905c05f2934a61d4a71390b3f4bc0 to your computer and use it in GitHub Desktop.
Save LukeSmith16/ca5905c05f2934a61d4a71390b3f4bc0 to your computer and use it in GitHub Desktop.
let task = URLSession.shared.dataTask(with: request)
// Let our server know, it should prioritise handling this above lower priority tasks.
task.priority = URLSessionTask.highPriority
task.resume()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment