@hackage mstate0.2.4
MState: A consistent State monad for concurrent applications.
Categories
License
BSD-3-Clause
Maintainer
<mail@n-sch.de>
Links
Versions
Installation
Dependencies (4)
- base >=4 && <5
- monad-peel >=0.1 && <0.2
- mtl >=2 && <3
- stm >=2 && <3 Show all…
Dependents (2)
@hackage/acme-everything, @hackage/Network-NineP
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).