freebsd-ports/devel/hs-monad-par/pkg-descr
2016-12-02 09:21:58 +00:00

7 lines
357 B
Text

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. The default implementation provides a
work-stealing scheduler and supports forking tasks that are much lighter
weight than IO-threads.
WWW: https://github.com/simonmar/monad-par