Support for multiple InsightWorker threads. We now have three InsightWorker threads as opposed to one
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user