GrPPI
1.0
Generic and Reusable Parallel Pattern Interface
|
Interface for defining a new Context to run a given function or pattern. More...
Functions | |
template<typename ExecutionPolicy , typename Transformer > | |
auto | grppi::run_with (ExecutionPolicy &ex, Transformer &&transform_op) |
Define a new Context on a data stream that can be composed in other streaming patterns. More... | |
Interface for defining a new Context to run a given function or pattern.
auto grppi::run_with | ( | ExecutionPolicy & | ex, |
Transformer && | transform_op | ||
) |
Define a new Context 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. |