The latest version of parallel-io is 0.3.5-0.
parallel-io
Version 0.3.1 revision 0 uploaded by MaxBolingbroke.
Package meta
- Synopsis
- Combinators for executing IO actions in parallel on a thread pool.
- Description
This package provides combinators for sequencing IO actions onto a thread pool. The thread pool is guaranteed to contain no more unblocked threads than a user-specified upper limit, thus minimizing contention.
Furthermore, the parallel combinators can be used reentrantly - your parallel actions can spawn more parallel actions - without violating this property of the thread pool.
The package is heavily inspired by the thread http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521. Thanks to Neil Mitchell and Bulat Ziganshin for the code this package is based on.
- Author
- Max Bolingbroke <batterseapower@hotmail.com>, Neil Mitchell <ndmitchell@gmail.com>, Bulat Ziganshin <bulat.ziganshin@gmail.com>
- Bug reports
- n/a
- Category
- Concurrency
- Copyright
- n/a
- Homepage
- http://batterseapower.github.com/parallel-io
- Maintainer
- Max Bolingbroke <batterseapower@hotmail.com>
- Package URL
- n/a
- Stability
- n/a