forked from organicmaps/organicmaps
more accurate synchronization in ThreadedContainer::Cancel
This commit is contained in:
parent
fa828cedfb
commit
ef741d1b05
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ ThreadedContainer::ThreadedContainer()
|
|||
|
||||
void ThreadedContainer::Cancel()
|
||||
{
|
||||
threads::ConditionGuard g(m_Cond);
|
||||
m_IsCancelled = true;
|
||||
m_Cond.Signal(true);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue