Avoid uncommon race condition with computing a sweep during radar product view destruction

This commit is contained in:
Dan Paulat 2023-11-05 07:52:27 -06:00
parent f56d7f14bf
commit bb2d3a92ad
8 changed files with 37 additions and 7 deletions

View file

@ -37,6 +37,9 @@ public:
Create(const std::string& product,
std::shared_ptr<manager::RadarProductManager> radarProductManager);
protected:
boost::asio::thread_pool& thread_pool() override;
protected slots:
void ComputeSweep() override;