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

Quality of service and target dispatch queue #445

Merged
merged 6 commits into from
Nov 24, 2018
Merged

Conversation

groue
Copy link
Owner

@groue groue commented Nov 24, 2018

This PR brings two new configuration options: qos and targetQueue. They let you control the dispatch of database operations:

var configuration = Configuration()
configuration.qos = .userInitiated
let dbQueue = DatabaseQueue(path: "...", configuration: configuration)

@groue groue added this to the GRDB 3.6.0 milestone Nov 24, 2018
@groue groue merged commit 466140e into development Nov 24, 2018
@groue groue deleted the feature/qos branch November 24, 2018 22:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant