This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Problem: | |
* I have some action occurring on several parallel nodes. The action may have a diffrent result on each node non-deterministically. | |
* I need to act from the master depending on the result at each node. | |
* | |
* For a contrived example, we record the name of each node used to act on the parallel actions specified in this pipeline. The | |
* names are collected in a global string and a global `Map<String,String>` object for use by the master. | |
* | |
*/ | |
value = ':' |