module Rubactive

Rubactive provides two kinds of values-that-react-to-changes-in-other-values.

Sometimes you want to think of the changing value as being something that “magically” changes over time (typically in reaction to changes in other values). That perspective is implemented by TimeVaryingValue.

Sometimes you want to think of a stream of unchanging values that “magically” arrive (often in reaction to values appearing in other streams). That perspective is implemented by DiscreteValueStream.

Constants

VERSION