[project @ 2004-05-05 13:49:50 by simonmar]
authorsimonmar <unknown>
Wed, 5 May 2004 13:49:50 +0000 (13:49 +0000)
committersimonmar <unknown>
Wed, 5 May 2004 13:49:50 +0000 (13:49 +0000)
x-ref to Control.Concurrent from the -threaded docs.

ghc/docs/users_guide/phases.sgml

index e2cf536..ebbdf64 100644 (file)
@@ -702,6 +702,10 @@ strmod = "\
            (if the Haskell thread was created by
            <literal>forkIO</literal>).</para>
 
+           <para>More details on the use of "bound threads" in the
+           threaded runtime can be found in the <ulink
+           url="../libraries/base/Control.Concurrent.html"><literal>Control.Concurrent</literal></ulink> module.</para>
+
            <para>The threaded RTS does <emphasis>not</emphasis>
            support using multiple CPUs to speed up execution of a
            multi-threaded Haskell program.  The GHC runtime platform