userver: userver/engine/task/inherited_variable.hpp File Reference
⚠️ This is the documentation for an old userver version. Click here to switch to the latest version.
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages Concepts
inherited_variable.hpp File Reference

TaskInheritedVariable is a per-coroutine variable of arbitrary type. More...

#include <type_traits>
#include <utility>
#include <userver/engine/impl/task_local_storage.hpp>
+ Include dependency graph for inherited_variable.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  engine::TaskInheritedVariable< T >
 TaskInheritedVariable is a per-coroutine variable of arbitrary type. More...
 

Namespaces

namespace  engine
 Asynchronous engine primitives.
 

Detailed Description

TaskInheritedVariable is a per-coroutine variable of arbitrary type.

Definition in file inherited_variable.hpp.