mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-11-01 07:40:06 +00:00
Fixing additional thread lifetime issues
This commit is contained in:
parent
cc8377064f
commit
d58d3fc8e8
4 changed files with 7 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ public:
|
|||
radarProductManager_ {radarProductManager}
|
||||
{
|
||||
}
|
||||
~RadarProductViewImpl() = default;
|
||||
~RadarProductViewImpl() { threadPool_.join(); }
|
||||
|
||||
boost::asio::thread_pool threadPool_ {1};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue