userver
C++ Async Framework
Loading...
Searching...
No Matches
deadlock_detector_config.hpp
1
#
pragma
once
2
3
#
include
<
userver
/
formats
/
yaml
.
hpp
>
4
#
include
<
userver
/
yaml_config
/
yaml_config
.
hpp
>
5
6
USERVER_NAMESPACE_BEGIN
7
8
namespace
engine {
9
10
enum
class
DeadlockDetector {
11
kOff,
12
kOn,
13
kDetectOnly,
14
};
15
16
DeadlockDetector Parse(
const
yaml_config::YamlConfig& value, formats::parse::To<DeadlockDetector>);
17
18
}
// namespace engine
19
20
USERVER_NAMESPACE_END
userver
engine
deadlock_detector_config.hpp
Generated on Tue Dec 30 2025 09:13:58 for userver by
Doxygen
1.9.8