Skip to content

GRDB 7: Remove DatabasePool.concurrentRead #1603

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

Merged
merged 1 commit into from
Aug 25, 2024

Conversation

groue
Copy link
Owner

@groue groue commented Aug 25, 2024

This pull request removes the DatabasePool.concurrentRead method that returns a DatabaseFuture. Instead, use DatabasePool.asyncConcurrentRead.

That's one less DispatchSemaphore. We don't need this method anymore.
@groue groue merged commit 5af0bc6 into GRDB7 Aug 25, 2024
8 checks passed
@groue groue deleted the dev/GRDB7-remove-DatabaseFuture branch August 25, 2024 09:59
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