Library for concurrent threads running

Christian Sievers sievers@math2.nat.tu-bs.de
Mon, 16 Dec 2002 19:16:16 +0100


Dusan Kolar asked:

>    My question/wish is maybe naive, but anyway:
> Is there a library (not a language extension, like
> Concurrent Haskell, Glasgow Parallel Haskell, ...) enabling
> to run two functions in parallel, possibly in cascade?

I think the best you can get without language extensions is what is described
in Koen Claessen's Functional Pearl "A Poor Man's Concurrency Monad".  It's
really nice, but not exactly what you seem to want.  You can get that article
from http://www.cs.chalmers.se/~koen/publications.html


All the best
Christian Sievers