jwiegley / async-pool

Other
21 stars 13 forks source link

Change implementation of mapConcurrently, in terms of mapTasks #10

Closed jwiegley closed 6 years ago

jwiegley commented 7 years ago

Fixes #7

nkpart commented 6 years ago

I've just added a copy of this function to my project, and it seems to be working okay where the old implementation was giving me the STM error, would be great to get it merged!