userver
C++ Async Framework
Loading...
Searching...
No Matches
condition_variable_status.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/engine/condition_variable_status.hpp
4
/// @brief @copybrief engine::CvStatus
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
engine {
9
10
/// std::condition_variable state extended with "cancelled" state
11
enum
class
CvStatus
{ kNoTimeout, kTimeout, kCancelled };
12
13
}
// namespace engine
14
15
USERVER_NAMESPACE_END
userver
engine
condition_variable_status.hpp
Generated on Wed May 15 2024 22:18:57 for userver by
Doxygen
1.10.0