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.

Source

Summary

subscribe(observable, observer)

Types

t :: term

Functions

subscribe(observable, observer)

Specs:

Source