@hackage / mstate

MState: A consistent State monad for concurrent applications.

Latest0.2.11

About

Metadata

  • Last updated , by NilsSchweinsberg
  • License BSD-3-Clause
  • Categories Concurrency, Monads
  • Maintained by: <mail@nils.cc>

  • Lottery factor: 1

Links

Installation

Readme

MState offers a State monad which can be used in concurrent applications. It also manages new threads and waits until the whole state monad has been evaluated/executed before it returns the state values (if desired).