async-pool

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

Version on this page:0.9.1
LTS Haskell 22.14:0.9.2
Stackage Nightly 2024-03-28: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.1@sha256:4015140f896c3f1652b06a679b0ade2717d05557970c283ea2c372a71be2a6a1,1605

Module documentation for 0.9.1

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