@hackage / keera-hails-reactive-cbmvar

Reactive Haskell on Rails - CBMVars as reactive values

Latest0.8.0

About

Metadata

  • Last updated , by keera_studios_ci
  • License BSD-3-Clause
  • Categories Development
  • Maintained by: support@keera.co.uk

  • Lottery factor: 0

Links

Installation

Package Flags

Use the -f option with cabal commands to enable flags

    test-hlint (on by default)
    test-doc-coverage (on by default)

Readme

CBMVars are MVars enriched with a notion of callbacks that are executed when the value in the MVar is altered.

This package wraps CBMVars into reactive values, making it easy to use them as models of reactive applications.