mirror of
https://codeberg.org/comaps/comaps
synced 2025-12-20 13:23:59 +00:00
committed by
Konstantin Pastbin
parent
c9cbb64f12
commit
76ffc99abd
8
libs/base/threaded_container.cpp
Normal file
8
libs/base/threaded_container.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "base/threaded_container.hpp"
|
||||
|
||||
void ThreadedContainer::Cancel()
|
||||
{
|
||||
std::unique_lock lock(m_condLock);
|
||||
Cancellable::Cancel();
|
||||
m_Cond.notify_all();
|
||||
}
|
||||
Reference in New Issue
Block a user