GrPPI
0.3.1
Generic and Reusable Parallel Pattern Interface
|
Interface for applyinng the Farm pattern. More...
Functions | |
template<typename Transformer > | |
auto | grppi::farm (int ntasks, Transformer &&transform_op) |
Invoke Farm pattern on a data stream that can be composed in other streaming patterns. More... | |
Interface for applyinng the Farm pattern.
auto grppi::farm | ( | int | ntasks, |
Transformer && | transform_op | ||
) |
Invoke Farm pattern on a data stream that can be composed in other streaming patterns.
Execution | Execution policy type. |
Transformer | Callable type for the transformation operation. |
ex | Execution policy object. |
transform_op | Transformer operation. |