Skip to content

feat: offload queries to another thread#46

Merged
LucDeCaf merged 4 commits intomainfrom
offload-queries
Feb 26, 2026
Merged

feat: offload queries to another thread#46
LucDeCaf merged 4 commits intomainfrom
offload-queries

Conversation

@LucDeCaf
Copy link
Copy Markdown
Contributor

Wraps Db calls in MDSQLiteConnection with Task.Run, making them run on the thread pool instead of on the calling thread. Also touches some other places in an attempt to combat the unreliability that can be caused by making a blocking method non-blocking.

Chriztiaan
Chriztiaan previously approved these changes Feb 26, 2026
@Chriztiaan
Copy link
Copy Markdown
Collaborator

Changelog

@LucDeCaf LucDeCaf merged commit b71d3b9 into main Feb 26, 2026
1 of 2 checks passed
@LucDeCaf LucDeCaf deleted the offload-queries branch February 26, 2026 09:12
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

Successfully merging this pull request may close these issues.

2 participants