Support for multiple InsightWorker threads. We now have three InsightWorker threads as opposed to one

This commit is contained in:
Nav
2022-09-08 16:07:22 +01:00
parent 77cd13bf46
commit 1ddff3c2a4
4 changed files with 42 additions and 29 deletions

View File

@@ -12,8 +12,6 @@ namespace Bloom
using Bloom::Targets::TargetState;
void InsightWorker::startup() {
Logger::debug("Starting InsightWorker" + std::to_string(this->id) + " thread");
QObject::connect(
InsightSignals::instance(),
&InsightSignals::taskQueued,