spawn: Tiny library for concurrent computations
Spawn a concurrent IO
computation and later demand its result. Tiny API
and implementation.
New in version 0.3:
Added functions
parMapIO
,parMapIO_
, and(|*|)
, which capture common use cases ofspawn
.Updated code to avoid using deprecated functions with
base-4.3
and later (GHC 7.0 and later). The old code is still used with olderbase
libraries.Added public GitHub repository.
[Skip to Readme]
Downloads
- spawn-0.3.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3 |
---|---|
Dependencies | base (>=3 && <5) [details] |
License | BSD-3-Clause |
Author | Keegan McAllister <mcallister.keegan@gmail.com> |
Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
Category | Concurrency, Concurrent, Control |
Source repo | head: git clone git://github.com/kmcallister/spawn.git |
Uploaded | by KeeganMcAllister at 2011-10-09T13:54:39Z |
Distributions | NixOS:0.3 |
Reverse Dependencies | 5 direct, 24 indirect [details] |
Downloads | 3352 total (40 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs uploaded by user Build status unknown [no reports yet] |