mstate

MState: A consistent State monad for concurrent applications.

Version on this page:0.2.7
LTS Haskell 21.25:0.2.8
Stackage Nightly 2023-06-21:0.2.8
Latest on Hackage:0.2.10

See all snapshots mstate appears in

BSD-3-Clause licensed by Nils Schweinsberg
Maintained by <[email protected]>
This version can be pinned in stack with:mstate-0.2.7@sha256:10cd009e8414f4d2c641f6314b619a27564809b3a7539beb55b92314ce5ef7b0,821

Module documentation for 0.2.7

Depends on 4 packages(full list with versions):
Used by 1 package in lts-8.5(full list with versions):

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).