userver: userver/engine/task Directory 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
task Directory Reference

Table of Contents

+ Directory dependency graph for task:

Files

 cancel.hpp
 Task cancellation helpers.
 
 inherited_variable.hpp
 TaskInheritedVariable is a per-coroutine variable of arbitrary type.
 
 local_variable.hpp
 TaskLocalVariable is a per-coroutine variable of arbitrary type.
 
 shared_task.hpp
 Asynchronous task that has a shared ownership of the payload.
 
 shared_task_with_result.hpp
 Asynchronous task with result that has a shared ownership of payload.
 
 single_threaded_task_processors_pool.hpp
 
 task.hpp
 Asynchronous task that has a unique ownership of the payload.
 
 task_base.hpp
 Base class for all the asynchronous tasks (engine::Task, engine::SharedTask, engine::SharedTaskWithResult, engine::TaskWithResult, dist_lock::DistLockedTask, ...).
 
 task_processor_fwd.hpp
 
 
 task_with_result.hpp