The strict-concurrency package (version 0.2)
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.
| Other versions | 0.1 |
|---|---|
| Dependencies | base, parallel |
| License | BSD3 |
| Copyright | (c) 2007-8 Don Stewart |
| Author | Don Stewart <dons@galois.com> |
| Maintainer | Don Stewart <dons@galois.com> |
| Category | Control |
| Home page | http://code.haskell.org/~dons/code/strict-concurrency |
| Exposed modules | Control.Concurrent.MVar.Strict, Control.Concurrent.Chan.Strict |
| Upload date | Fri Feb 15 11:11:50 PST 2008 |
| Uploaded by | DonaldStewart |
| Built on | ghc-6.8 |
Downloads
- strict-concurrency-0.2.tar.gz (Cabal source package)
- package description (included in the package)
