
17 Jan
2014
17 Jan
'14
12:22 p.m.
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.