Tag Results
Items tagged with "and split" (1)
Note: some items may not be visible to you, due to viewing permissions.
Workflows (1)
Workflow Pattern - Parallel Split (AND-Split) (1)
This workflow is a GWorkflowDL representation of a parallel split that invokes A and B recurrently without synchronization.
This workflow is equivalent to the following pseudo code:
new Thread( end_A = A() );
new Thread( end_B = B() );
Created: 2008-12-03 | Last updated: 2008-12-03
Credits: Andreas Hoheisel