userver
C++ Async Framework
Loading...
Searching...
No Matches
deadlock_detector_config.hpp
Go to the documentation of this file.
1
#
pragma
once
2
3
/// @file userver/engine/deadlock_detector_config.hpp
4
/// @brief Engine deadlock detector mode and parsing
5
6
#
include
<
userver
/
formats
/
yaml
.
hpp
>
7
#
include
<
userver
/
yaml_config
/
yaml_config
.
hpp
>
8
9
USERVER_NAMESPACE_BEGIN
10
11
namespace
engine {
12
13
/// @brief Deadlock detector operating mode
14
enum
class
DeadlockDetector
{
15
kOff,
16
kOn,
17
kDetectOnly,
18
};
19
20
DeadlockDetector
Parse(
const
yaml_config::
YamlConfig
& value, formats::
parse
::To<
DeadlockDetector
>);
21
22
}
// namespace engine
23
24
USERVER_NAMESPACE_END
userver
engine
deadlock_detector_config.hpp
Generated on Thu May 21 2026 16:16:28 for userver by
Doxygen
1.13.2