Skip to content

Database: Use runAsync() instead of QtConcurrent::run()

Linus Jahn requested to merge lnj/kaidan:future-run-async into master

runAsync() is more lightweight (we don't need a thread pool for one thread) and QtConcurrent::run() also causes issues / unexpected behaviour with .waitForFinished() 1.

Merge request reports