Skip to main content
Yields the current thread until the RealSignal is fired, then resumes with the arguments passed to Fire. It errors when called from a context that cannot yield.

Syntax

Arguments

Returns

Types

RealSignal

Signal object returned by Signal.new.

Example

Yield until the signal fires and receive the fired values.