Observable protocol
Defines the subscribe function to subscribe to a calculation. The
observer must follow the Observer
protocol to be signalled about
new values, errors and the completion of the calculation.
Summary
subscribe(observable, observer) |
Types
t :: term
Functions
Specs:
- subscribe(Observable.t, Observer.t) :: {any, Disposable.t}