Class SendSignal

All Implemented Interfaces:
SerializableMessage

public class SendSignal
extends SCPRequest<EmptyResponse>
A request to send a signal to cores. This supports any signal that uses either multicast or nearest neighbour propagation rules; the difference between propagation types is not normally important to user code. There is no response payload.

See signal_app() in scamp-app.c for where these signals handled or transferred to user code, and sark_int() in sark_base.c for the normal user-code handlers.

See Also:
CountState