Buran Motion Planning Framework
Public Member Functions | Public Attributes | List of all members
bmpf::CountDownLatch Struct Reference

#include <count_down_latch.h>

Public Member Functions

 CountDownLatch (int n)
 
void await ()
 
void countDown ()
 

Public Attributes

volatile int _rest
 
std::mutex _mtx
 
std::condition_variable _cv
 

Detailed Description

Класс-аналог защёлки CountDownLatch из Java. Пример использования закомментирован внизу файла


The documentation for this struct was generated from the following file: