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>
Include dependency graph for get_all.hpp:
This graph shows which files directly or indirectly include 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. | |