Provides engine::GetAll.
Definition in file get_all.hpp.
Go to the source code of this file.
#include <type_traits>
#include <vector>
#include <userver/engine/wait_all_checked.hpp>
#include <userver/utils/meta.hpp>
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. | |