ADTF  3.18.3
condition_variable.h
Go to the documentation of this file.
1 
16 #ifndef A_UTIL_UTIL_CONCURRENCY_CONDITION_VARIABLE_HEADER_INCLUDED
17 #define A_UTIL_UTIL_CONCURRENCY_CONDITION_VARIABLE_HEADER_INCLUDED
18 
19 #include <condition_variable>
20 
21 namespace a_util {
22 namespace concurrency {
28 using std::condition_variable;
29 
34 using std::cv_status;
35 
36 } // namespace concurrency
37 } // namespace a_util
38 
39 #endif // A_UTIL_UTIL_CONCURRENCY_CONDITION_VARIABLE_HEADER_INCLUDED
Serves as the root component, with common functionality documented in core functionality.
Definition: base.h:24