YACLib
C++ library for concurrent tasks execution
Loading...
Searching...
No Matches
condition_variable.hpp
Go to the documentation of this file.
1#pragma once
2
3#if YACLIB_FAULT_CONDITION_VARIABLE == 2
6
7namespace yaclib_std {
8
10
11} // namespace yaclib_std
12#elif YACLIB_FAULT_CONDITION_VARIABLE == 1
14
15# include <condition_variable>
16
17namespace yaclib_std {
18
20
21} // namespace yaclib_std
22#else
23# include <condition_variable>
24
25namespace yaclib_std {
26
27using condition_variable = std::condition_variable;
28
29} // namespace yaclib_std
30#endif
std::condition_variable condition_variable