Abstract
Abstract base class for signal implementations managing the callability of the signal object and internal management of the signal value including the observability of it through in internally created shared observable.
Creates a new signal with the given initial value and options.
The initial signal value.
The base signal options.
The current signal value.
Protected
True if signal is observed (has subscribed observers) or false if not.
Sets the value.
The value to set.
Abstract base class for signal implementations managing the callability of the signal object and internal management of the signal value including the observability of it through in internally created shared observable.