Skip to main content
Fires the RealSignal with zero or more values. Connected callbacks receive those values, once connections are disconnected before invocation, and waiting threads are resumed with the same values. The method returns no values.

Syntax

Arguments

Types

RealSignal

Signal object returned by Signal.new.

Example

Forward values to connected callbacks and waiting threads.