BSD-3-Clause licensed by Don Stewart
Maintained by Yitz Gale
This version can be pinned in stack with:strict-concurrency-0.2.4.2@sha256:9782540dbda9ca4925573ed9c1fc0e9e613cb7081d7e2976fa68434106cd30f0,1213

Module documentation for 0.2.4.2

Depends on 2 packages(full list with versions):

This package provides head normal form strict versions of some standard Haskell concurrency abstractions (MVars,Chans), which provide control over where evaluation takes place not offered by the default lazy types. This may be useful for deciding when and where evaluation occurs, leading to improved time or space use, depending on the circumstances.