@hackage monad-parallel0.7.2.1

Parallel execution of monadic computations

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.