From: simonmar Date: Wed, 5 May 2004 13:49:50 +0000 (+0000) Subject: [project @ 2004-05-05 13:49:50 by simonmar] X-Git-Tag: Initial_conversion_from_CVS_complete~1874 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=e331ecbdcc185f9cd6064a219d18e7296584d980;p=ghc-hetmet.git [project @ 2004-05-05 13:49:50 by simonmar] x-ref to Control.Concurrent from the -threaded docs. --- diff --git a/ghc/docs/users_guide/phases.sgml b/ghc/docs/users_guide/phases.sgml index e2cf536..ebbdf64 100644 --- a/ghc/docs/users_guide/phases.sgml +++ b/ghc/docs/users_guide/phases.sgml @@ -702,6 +702,10 @@ strmod = "\ (if the Haskell thread was created by forkIO). + More details on the use of "bound threads" in the + threaded runtime can be found in the Control.Concurrent module. + The threaded RTS does not support using multiple CPUs to speed up execution of a multi-threaded Haskell program. The GHC runtime platform