Is there any proper documentation for how the thread properties qualityOfService
and priority
are related?
Is one the broad sword and the other one the fine one? If so, which is which?
Background: I have an iOS app that communicates with hardware. For some operations, the hardware has tight timelines, hence I would need to prioritize the communication thread over the UI thread (which is rare, but in this case necessary in order to prevent damaging the hardware).
Can anyone shed light on that or can I read up on the exact scheduler's behavior?