userver: userver/engine/get_all.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
get_all.hpp File Reference

Provides engine::GetAll. More...

#include <type_traits>
#include <vector>
#include <userver/engine/wait_all_checked.hpp>
#include <userver/utils/meta.hpp>
+ Include dependency graph for get_all.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  engine
 Asynchronous engine primitives.
 

Functions

template<typename... Tasks>
auto engine::GetAll (Tasks &... tasks)
 Waits for the successful completion of all of the specified tasks or the cancellation of the caller.
 

Detailed Description

Provides engine::GetAll.

Definition in file get_all.hpp.