Interface for applyinng the Farm pattern.
More...
|
template<typename Execution , typename Transformer > |
auto | grppi::farm (Execution &ex, 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.
template<typename Execution , typename Transformer >
auto grppi::farm |
( |
Execution & |
ex, |
|
|
Transformer && |
transform_op |
|
) |
| |
Invoke Farm pattern on a data stream that can be composed in other streaming patterns.
- Template Parameters
-
Execution | Execution policy type. |
Transformer | Callable type for the transformation operation. |
- Parameters
-
ex | Execution policy object. |
transform_op | Transformer operation. |