A computed signal which calls the given compute function to update its value on demand. The compute function can read other signals. These signals are
dynamically recorded as dependencies so the computed signal is automatically updated when dependent signals report new values.
A computed signal which calls the given compute function to update its value on demand. The compute function can read other signals. These signals are dynamically recorded as dependencies so the computed signal is automatically updated when dependent signals report new values.