The spawn package
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 of spawn.
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 older base libraries.
Added public GitHub repository.
Properties
| Versions | 0.1, 0.2, 0.3 |
|---|---|
| Dependencies | base (≥3 & <5) |
| License | BSD3 |
| Author | Keegan McAllister <mcallister.keegan@gmail.com> |
| Maintainer | Keegan McAllister <mcallister.keegan@gmail.com> |
| Category | Concurrency, Concurrent, Control |
| Source repository | git clone git://github.com/kmcallister/spawn.git |
| Upload date | Sun Oct 9 13:54:39 UTC 2011 |
| Uploaded by | KeeganMcAllister |
| Built on | ghc-7.2 |
Modules
- Control
- Concurrent
Downloads
- spawn-0.3.tar.gz (Cabal source package)
- package description (included in the package)