Signal.attach

Attaches a delegate to this signal. A delegate may be either attached or detached, so successive calls to attach for the same delegate will have no effect.

  1. void attach(SlotDg dg)
    struct Signal(Args...)
    void
    attach
  2. void attach(SlotFn fn)

Parameters

dg SlotDg

The delegate to attach.

Meta