@hackage async-pool0.9.2
A modified version of async that supports worker groups and many-to-many task dependencies
Categories
License
MIT
Maintainer
johnw@newartisans.com
Links
Versions
Installation
Dependencies (8)
- async >=2.0.0.0
- base >=4.6 && <5
- containers >=0.5.0.0
- fgl >=5.4.2.2
- monad-control >=1.0 && <1.1
- stm >=2.3 Show all…
Dependents (6)
@hackage/pms-application-service, @hackage/acme-everything, @hackage/coformat, @hackage/yarn2nix, @hackage/sq, @hackage/too-many-cells
This library modifies the async package to allow for task pooling and
many-to-many dependencies between tasks.