@hackage monad-parallel0.7.2.3
Parallel execution of monadic computations
Installation
Tested Compilers
Dependencies (4)
- base <5
- parallel
- transformers >=0.2 && <0.6
- transformers-compat >=0.3 && <0.7 Show all…
Dependents (28)
@hackage/preliminaries, @hackage/RollingDirectory, @hackage/affection, @hackage/mcmc, @hackage/kafka-client-sync, @hackage/fx, Show all…
This package defines classes of monads that can perform multiple executions in parallel and combine their results. For any monad that's an instance of the class, the package re-implements a subset of the Control.Monad interface, but with parallel execution.