Description
Provides helpers for running monadic computations in parallel. This lets Haskell code start independent effectful tasks and combine their results without manually wiring all concurrency details.
It is useful for applications that perform multiple requests, calculations, or independent jobs at the same time. It is a programming library and not a task scheduler application.