Packages

Observables in the spirit of Reactive Extensions for Elixir, extended with advanced primitives for combination and classic reactive programming.

Current section

Files

Jump to
Raw

README.md

# BQuarp
A reactive library built on top of reactive extensions (observables) with flexible consistency guarantees drawing from Quarp.
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `observables_extended` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:observables_extended, "~> 0.2.0"}
]
end
```