Created bridges with multiple destination/source instances

Authored by ivan on May 17 2018, 6:56 PM.

Description

Created bridges with multiple destination/source instances

While a normal inter-process bridge is meant to be 1-1, that is,
one process sending the value and one process receiving the value,
it is sometimes useful to have multiple processes process the same
value.

This patch creates a 1-n and n-1 bridges.

Details

Committed
ivanMay 17 2018, 6:56 PM
Parents
R610:e964e0da315b: Converted the test to a three-process pipeline
Branches
Unknown
Tags
Unknown