Observables
An implementation of Reactive Extensions in Elixir.
The library is a work in progress and I'm only implementing what I need.
Installation
If available in Hex, the package can be installed
by adding observables to your list of dependencies in mix.exs:
def deps do
[
{:observables, "~> 0.1.0"}
]
end
TODO
- A
zipobservable should stop as soon as one of both observables stops and the buffer has been consumed.