[project @ 2005-12-01 12:32:24 by simonmar]
authorsimonmar <unknown>
Thu, 1 Dec 2005 12:32:24 +0000 (12:32 +0000)
committersimonmar <unknown>
Thu, 1 Dec 2005 12:32:24 +0000 (12:32 +0000)
export childHandler

GHC/Conc.lhs

index f50da8a..2f969da 100644 (file)
@@ -25,6 +25,7 @@ module GHC.Conc
 
        -- Forking and suchlike
        , forkIO        -- :: IO a -> IO ThreadId
+       , childHandler  -- :: Exception -> IO ()
        , myThreadId    -- :: IO ThreadId
        , killThread    -- :: ThreadId -> IO ()
        , throwTo       -- :: ThreadId -> Exception -> IO ()