|
libzypp 17.38.3
|
#include <zypp/ng/workflows/logichelpers.h>

Public Types | |
| template<class Type> | |
| using | MaybeAsyncRef = MaybeAwaitable<Type> |
Static Public Attributes | |
| static constexpr bool | is_async = ZYPP_IS_ASYNC |
Helper Mixin for types that need to return async results if they are compiled in a async context.
Definition at line 35 of file logichelpers.h.
| using zyppng::MaybeAsyncMixin::MaybeAsyncRef = MaybeAwaitable<Type> |
Evaluates to either AsyncOpRef<Type> or Type ,based on the isAsync template param.
Definition at line 44 of file logichelpers.h.
|
staticconstexpr |
Definition at line 38 of file logichelpers.h.