Release all mutexes before joining threads in RadarProductManager

This commit is contained in:
Dan Paulat 2025-09-01 09:44:37 -05:00
parent 889b6e81be
commit 7fbd9e45a9

View file

@ -181,6 +181,7 @@ public:
auto& [key, providerManager] = p;
providerManager->Disable();
});
lock.unlock();
threadPool_.join();
}