[Haskell-cafe] ANN: pooled-io

Henning Thielemann schlepptop at henning-thielemann.de
Fri Jan 17 17:22:39 UTC 2014


Am 17.01.2014 17:20, schrieb Rob Stewart:

> Looks interesting. Did you also consider implementing this throttled
> workpool of IO actions on top of the async library [1]?

What would be the advantages?

> E.g.
>      mapPool :: T.Traversable t => Int -> (a -> IO b) -> t a -> IO (t b)
>
> As in the following SO answer:
> http://stackoverflow.com/a/18898822/1526266

I have added an answer to this question.



More information about the Haskell-Cafe mailing list