Concurrency demos
From HaskellWiki
(Difference between revisions)
m (Wikify link) |
|||
| Line 5: | Line 5: | ||
parallel Haskell are in the Haskell [http://darcs.haskell.org/testsuite/tests/ghc-regress/concurrent/should_run/ concurrency regression tests]. In particular, they show the use of <hask>MVars</hask> and <hask>forkIO</hask>. | parallel Haskell are in the Haskell [http://darcs.haskell.org/testsuite/tests/ghc-regress/concurrent/should_run/ concurrency regression tests]. In particular, they show the use of <hask>MVars</hask> and <hask>forkIO</hask>. | ||
| - | [ | + | *[[Concurrency demos/Zeta |Riemann's Zeta function approximation]] |
Revision as of 22:57, 28 November 2006
A large range of small demonstration programs for using concurrent and
MVars
forkIO
