class UniversalSignal
An object sent from one to process to another used as a signal to the receiving process that it should undertake some operation for the sending process. Typically the sender and receiver processes will be in a client-server relationship The sender of the signal will be the client and will be ready to receive any response from the receiver immediately. The receiver will act as a server and will respond to the sending client, if there is a response, in finite time.
Type | Name and description |
---|---|
int |
signal |
Constructor and description |
---|
UniversalSignal
() |
GPP - Groovy Parallel Patterns generated 06112016 by Jon Kerridge, Edinburgh Napier University - j.kerridge@napier.ac.uk