[Haskell-cafe] ANN: pooled-io

Henning Thielemann lemming at henning-thielemann.de
Fri Jan 17 16:07:06 UTC 2014


I uploaded the package pooled-io to Hackage:
    https://hackage.haskell.org/package/pooled-io

It is intended to perform parallelism in the IO monad. I needed it for 
computations that must write intermediate data to disk. The main task of 
the package is to make sure that no more than a maximum number of 
actions is run in parallel. There are three modules: For actions without 
monadic results, for actions with monadic results and for actions that 
depend on each others results.


More information about the Haskell-Cafe mailing list