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.   | |
Provides engine::GetAll.
Definition in file get_all.hpp.