Signal interface which in addition to the base signal contract also allows calling the signal as a function to get the current value, so calling signal() does the same as calling signal.get().
signal()
signal.get()
The current signal value.
Signal interface which in addition to the base signal contract also allows calling the signal as a function to get the current value, so calling
signal()
does the same as callingsignal.get()
.