AwaitKit
AwaitKit copied to clipboard
Priority inversions warning
Hi, new xCode 14 warning:
Thread running at QOS_CLASS_USER_INITIATED waiting on a lower QoS thread running at QOS_CLASS_DEFAULT. Investigate ways to avoid priority inversions
Same here Xcode 14.3.1
In my case I was calling AwaitKit code from a native Task
Setting Task priority to .medium eliminated the warning.