Packages

A library for distributed reactive programming with consistency guarantees in the spirit of 'Quality Aware Reacive Programming for the IoT'. Features fifo (no guarantee), (relaxed) glitch-freedom ({:g, margin}) and (relaxed) logical clock synchronization ({:t, margin}) as guarantees.

Current section

Files

Jump to
quarp README.md
Raw

README.md

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