userver: userver/engine/deadlock_detector_config.hpp File Reference
Loading...
Searching...
No Matches
deadlock_detector_config.hpp File Reference

Detailed Description

Engine deadlock detector mode and parsing.

Definition in file deadlock_detector_config.hpp.

Go to the source code of this file.

+ This graph shows which files directly or indirectly include this file:

Namespaces

namespace  engine
 Asynchronous engine primitives.
 

Enumerations

enum class  engine::DeadlockDetector {
  kOff ,
  kOn ,
  kDetectOnly
}
 Deadlock detector operating mode. More...
 

Functions

DeadlockDetector engine::Parse (const yaml_config::YamlConfig &value, formats::parse::To< DeadlockDetector >)