| libzypp 17.36.7
    | 
#include <zypp-core/zyppng/async/asyncop.h>
| Public Member Functions | |
| template<typename ... Args> | |
| void | operator() (Args &&...args) | 
| Private Attributes | |
| AsyncOpRef< Result > | _nestedPipeline | 
Helper mixin for AsyncOp types that host a inner pipeline for their logic. This is useful if a lot of state has to be preserved over a longer pipeline, instead of capturing all the seperate variables into the lambda callbacks it makes more sense to use a containing AsyncOp to help with it.
| 
 | inline | 
| 
 | private |