Apocrypha

parallel-io

Combinators for executing IO actions in parallel on a thread pool

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 inspired by the thread <http://thread.gmane.org/gmane.comp.lang.haskell.cafe/56499/focus=56521>. Thanks to Neil Mitchell and Bulat Ziganshin for some of the code this package is based on.

Available in

OverlayNewestEbuildsLast activity
gentoo gitweb ↗ 0.3.5 1 13 h details ›
haskell GitHub ↗ 0.3.5 1 2 d details ›

Versions & arches

VersionOverlay amd64arm64x86ppc64riscv Committed
0.3.5 gentoo amd64 testing arm64 testing x86 testing ppc64 testing riscv testing view · download · history ↗
0.3.5 haskell amd64 testing arm64 untested x86 untested ppc64 untested riscv untested 6 mo view · download · history ↗

Use flags of 0.3.5

  • doc Add extra documentation (API, Javadoc, etc). It is recommended to enable per package instead of globally
  • hscolour Include coloured haskell sources to generated documentation (dev-haskell/hscolour)
  • profile Add support for software performance analysis (will likely vary from ebuild to ebuild)

Runtime dependencies of 0.3.5

show 5 lines