Go to the documentation of this file.
14#ifndef ZYPPNG_MONADIC_WAIT_H_INCLUDED
15#define ZYPPNG_MONADIC_WAIT_H_INCLUDED
17#include <zypp-core/ng/pipelines/operators.h>
19#ifndef ZYPP_ENABLE_ASYNC
27 return std::forward<T>(ops);
41#ifdef ZYPP_ENABLE_ASYNC
42#include <zypp-core/ng/async/pipelines/wait.hpp>