class NodeRequestingSeqCastList extends Object
The process NodeRequestingSeqCastList 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 outputAny channel ends in seqeuence.
Behaviour: while true request.write(signal) outputList.broadcastSeq( 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 readoutputList
- A channel output list to which the received data object is written to all elements in sequenceConstructor and description |
---|
NodeRequestingSeqCastList
() |
GPP - Groovy Parallel Patterns generated test by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk