ghci and ghc -threaded broken with pipes & forking

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Thu Mar 1 17:51:59 EST 2007


On Thu, 2007-03-01 at 11:04 -0800, Jeremy Shaw wrote:

> Some open questions are:
> 
>  a) how do you detect that you are running in the threaded RTS

Currently the nearest approximation is:

Control.Concurrent.rtsSupportsBoundThreads :: Bool


Duncan



More information about the Glasgow-haskell-users mailing list