Signal.opCall

The signal procedure. When called, each of the attached slots will be called synchronously.

struct Signal(Args...)
void
opCall
(
Args args
)

Parameters

args Args

The signal arguments.

Meta