Deprecated

In favour of

taskpool

Manage pools of possibly interdependent tasks using STM and async

Latest on Hackage:0.1.0

This package is not currently in any snapshots. If you're interested in using it, we recommend adding it to Stackage Nightly. Doing so will make builds more reliable, and allow stackage.org to host generated Haddocks.

MIT licensed by John Wiegley
Maintained by [email protected]

A taskpool is a network of tasks (where connection indicates dependency), where up to N independent tasks at time may execute concurrently.