Skip to content
New issue

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

Priority inversions warning #60

Open
m-ricca opened this issue Mar 6, 2023 · 2 comments
Open

Priority inversions warning #60

m-ricca opened this issue Mar 6, 2023 · 2 comments

Comments

@m-ricca
Copy link

m-ricca commented Mar 6, 2023

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

@MichaelSiddi
Copy link

Same here Xcode 14.3.1

@OlKir
Copy link

OlKir commented Dec 11, 2023

In my case I was calling AwaitKit code from a native Task
Setting Task priority to .medium eliminated the warning.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants