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>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... | |