A handle to send a signal value to a target invocation.
Reject the signal. The target invocation waiting on this signal will be woken up with a terminal error containing the provided reason.
the reason for rejection, either a string message or a TerminalError.
Resolve the signal with a value.
Optional
the payload to send.
A handle to send a signal value to a target invocation.