Prune devel/py-EnthoughtBase
[dports.git] / devel / hs-monad-par / pkg-descr
1 The Par monad offers a simple API for parallel programming.  The library
2 works for parallelising both pure and IO computations, although only the
3 pure version is deterministic.  The default implementation provides a
4 work-stealing scheduler and supports forking tasks that are much lighter
5 weight than IO-threads.
6
7 WWW: http://github.com/simonmar/monad-par