class NodeRequestingParCastList
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 listType | Name and description |
---|---|
ChannelOutputList |
outList |
ChannelOutput |
request |
ChannelInput |
response |
Constructor and description |
---|
NodeRequestingParCastList
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk