Skip to main content
Connects a callback that is disconnected before its first callback invocation. The callback receives the arguments passed to Fire.

Syntax

Arguments

Returns

Types

RealSignal

Signal object returned by Signal.new.

RealSignalConnection

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

Example

Connect a callback that runs at most once.