diff options
author | 2015-11-16 12:53:52 -0500 | |
---|---|---|
committer | 2015-11-16 13:51:52 -0500 | |
commit | f30fcf63bb6b5a974a78135eb38609e69857d1b2 (patch) | |
tree | 1cda9365900ed4bdc6c78ebd6c5d6998e4344d13 /dev-haskell/parallel-io/metadata.xml | |
parent | dev-perl/ShipIt: Stable for amd64. Stable for ppc+x86 using the ALLARCHES pol... (diff) | |
download | gentoo-f30fcf63bb6b5a974a78135eb38609e69857d1b2.tar.gz gentoo-f30fcf63bb6b5a974a78135eb38609e69857d1b2.tar.bz2 gentoo-f30fcf63bb6b5a974a78135eb38609e69857d1b2.zip |
dev-haskell/parallel-io: new package for performing parallel IO computations.
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-haskell/parallel-io/metadata.xml')
-rw-r--r-- | dev-haskell/parallel-io/metadata.xml | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-haskell/parallel-io/metadata.xml b/dev-haskell/parallel-io/metadata.xml new file mode 100644 index 000000000000..3e04410d16f1 --- /dev/null +++ b/dev-haskell/parallel-io/metadata.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>haskell</herd> + <longdescription> + 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. + </longdescription> +</pkgmetadata> |