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

Emitter Dispatch Queue QoS should be Background #839

Open
arturonaredo opened this issue Oct 10, 2023 · 0 comments
Open

Emitter Dispatch Queue QoS should be Background #839

arturonaredo opened this issue Oct 10, 2023 · 0 comments

Comments

@arturonaredo
Copy link

arturonaredo commented Oct 10, 2023

Hi there,

According to Apple's documentation the QoS of the Emitter should be .background since all the actions performed are in background. Plus, this library also should NEVER compete with the host app QoS.

https://developer.apple.com/documentation/dispatch/dispatchqos/qosclass/background

DispatchQueue.global(qos: .default).async { [weak self] in

Is there any chance you modify that?

Thanks.

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

1 participant