Operator Library: Base
The operator expands the input link I with parallelism 1 to an arbitrary parallelism at output link O. The input value is replicated/copied to each parallel stream. Set the new parallelism at the output link.
The performed operation can be described as combination of the existing operators BRANCH and MergeParallel:
In this example, an input link with parallism 1 is cloned to parallelism 4.
The use of operator ExpandToParallel is shown in the following examples:
-
'Functional Example for Specific Operators of Library Synchronization, Base and Filter'
Examples - Demonstration of how to use the operator