mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 20:40:04 +00:00
Avoid uncommon race condition with computing a sweep during radar product view destruction
This commit is contained in:
parent
f56d7f14bf
commit
bb2d3a92ad
8 changed files with 37 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue