Closed kaqu closed 5 years ago
Need to check if Variable fits current tools design. It is possible using Future and Signal flatMaps to cache state and use them as Variable substitute.
It should not be part of this library. Maybe we should revisit it in future, but for now it is out of scope.
Variable should be a new type or modification of Signals that provides error-free stream of changes done on given variable. It should also reproduce last value on subscription.