Skip to main content

Argumente

RealSignal
erforderlich
Signal object returned by Signal.new.
(....any) -> ()
erforderlich
Function called at most once for this connection.

Rückgaben

RealSignalConnection
Connection object with Disconnect.

Typen

RealSignal

Signal object returned by Signal.new.

RealSignalConnection

Connection object returned by RealSignal.Connect and RealSignal.Once.

Beispiel

Connect a callback that runs at most once.