class NodeRequestingParCastList extends Object
The process NodeRequestingParCastList makes a request for data on its request channel and reads the response on its response channel. The object is output to all of the channels in the outList in parallel.
Behaviour: currentIndex = 0 while true request.write(signal) outputList.broadcast( response.read() )
request
- A net output channel to which a request for data is writtenresponse
- A net input channel from which an input data object is readoutList
- A list of output channels to which the received data object is written in parallel to all elements of the listConstructor and description |
---|
NodeRequestingParCastList
() |
GPP - Groovy Parallel Patterns generated test by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk