async-pool

A modified version of async that supports worker groups and many-to-many task dependencies

Version on this page:0.9.0.2@rev:1
LTS Haskell 22.17:0.9.2
Stackage Nightly 2024-04-19:0.9.2
Latest on Hackage:0.9.2

See all snapshots async-pool appears in

MIT licensed by Simon Marlow, John Wiegley
Maintained by [email protected]
This version can be pinned in stack with:async-pool-0.9.0.2@sha256:76d249074508c4e6d497dc60f30cbb98051f9c26aab97b2e8ca93667171d7470,1561

Module documentation for 0.9.0.2

  • Control
    • Control.Concurrent
      • Control.Concurrent.Async
        • Control.Concurrent.Async.Pool

This library modifies the async package to allow for task pooling and many-to-many dependencies between tasks.