@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)
- base >=4.6 && <5
- containers >=0.5.0.0
- stm >=2.3
- transformers
- async >=2.0.0.0
- fgl >=5.4.2.2 Show all…
Dependents (5)
@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.