79236364

Date: 2024-11-29 08:50:12
Score: 1.5
Natty:
Report link

I'm wondering in terms of execution proiority among other threads/tasks.

What is the deference between: https://developer.apple.com/documentation/swift/taskpriority/background and https://developer.apple.com/documentation/dispatch/dispatchqos/qosclass/background

And one more specific question: Does TaskPriority is executed while app is running in background like in QoS:

Background tasks have the lowest priority of all tasks. Assign this class to tasks or dispatch queues that you use to perform work while your app is running in the background.

Thank you!

Reasons:
  • Blacklisted phrase (0.5): Thank you
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: Iliyan Kafedzhiev