Fixing additional thread lifetime issues

This commit is contained in:
Dan Paulat 2023-09-18 22:22:28 -05:00
parent 827a0eacf5
commit 7d021f72f3
4 changed files with 7 additions and 2 deletions

View file

@ -35,7 +35,7 @@ public:
radarProductManager_ {radarProductManager}
{
}
~RadarProductViewImpl() = default;
~RadarProductViewImpl() { threadPool_.join(); }
boost::asio::thread_pool threadPool_ {1};