A Signal is a Transient associated to a value.
Signal
Transient
This value will change over time, and we'll be able to observe these changes.
TransientCaptureTrait
TransientTakeSnapshotTrait
TransientTrackActivityTrait
Static
Returns true if we are currently inside a "Transient context".
true
Runs a callback in witch any Transient captured synchronously through transient.capture() is provided to the function captureTransient.
callback
transient.capture()
captureTransient
Ignores any transient.capture() present in the context of callback.
A
Signal
is aTransient
associated to a value.This value will change over time, and we'll be able to observe these changes.