From e331ecbdcc185f9cd6064a219d18e7296584d980 Mon Sep 17 00:00:00 2001 From: simonmar Date: Wed, 5 May 2004 13:49:50 +0000 Subject: [PATCH] [project @ 2004-05-05 13:49:50 by simonmar] x-ref to Control.Concurrent from the -threaded docs. --- ghc/docs/users_guide/phases.sgml | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 1.7.10.4