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

Detailed Description

Controls whether a engine::TaskInheritedVariable instance is inherited from the creating task.

Definition in file inherited_variable_options.hpp.

Go to the source code of this file.

#include <cstdint>
This graph shows which files directly or indirectly include this file:

Namespaces

namespace  engine
 Asynchronous engine primitives.

Enumerations

enum class  engine::TaskInheritedVariablePriority : std::uint8_t {
  engine::kNormal = 0 ,
  engine::kBackground = 1 ,
  engine::kNoTracing = 2 ,
  engine::kNone = 2
}
 Controls whether a engine::TaskInheritedVariable instance is inherited from the creating task. More...