Synchronization latch. More...
#include <mutex>
#include <condition_variable>
Go to the source code of this file.
Classes | |
class | utils::Latch |
A synchronization aid that allows one thread to wait until an operation being performed in other thread completes. More... | |
Namespaces | |
utils | |
Synchronization latch.