userver: userver/testsuite/tasks.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
tasks.hpp File Reference

Detailed Description

Testsuite tasks support.

Definition in file tasks.hpp.

Go to the source code of this file.

#include <atomic>
#include <functional>
#include <memory>
#include <string>
#include <unordered_map>
#include <userver/components/component_fwd.hpp>
#include <userver/concurrent/variable.hpp>
#include <userver/engine/task/task_with_result.hpp>
+ Include dependency graph for tasks.hpp:
+ This graph shows which files directly or indirectly include this file:

Classes

class  testsuite::TaskNotFound
 
class  testsuite::TaskAlreadyRunning
 
class  testsuite::TestsuiteTasks
 Testsuite tasks support. More...
 

Namespaces

namespace  testsuite
 Testsuite integration.
 

Functions

TestsuiteTaskstestsuite::GetTestsuiteTasks (const components::ComponentContext &component_context)
 Get reference to TestsuiteTasks instance.