blob: 0c9cedb71b19c1f075f1134bc47e9e02d81a9a65 (
plain) (
blame)
1
2
3
4
5
|
The Par monad offers a simple API for parallel programming. The library
works for parallelising both pure and IO computations, although only the
pure version is deterministic.
WWW: http://github.com/simonmar/monad-par
|