We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
Same here Xcode 14.3.1
Sorry, something went wrong.
In my case I was calling AwaitKit code from a native Task Setting Task priority to .medium eliminated the warning.
Task
.medium
No branches or pull requests
Hi,
new xCode 14 warning:
The text was updated successfully, but these errors were encountered: