Native Threads in the RTS

Ashley Yakeley ashley@semantic.org
Tue, 26 Nov 2002 14:33:47 -0800


At 2002-11-26 09:37, Alastair Reid wrote:

>  1) forkNativeThread :: IO () -> IO ()
>     The fresh Haskell thread is bound to a fresh native thread.
>
>  2) forkIO :: IO () -> IO ()
>     The fresh Haskell thread is not bound to a native thread.

Are you sure you intend to change the type of forkIO? Currently it's

  forkIO :: IO () -> IO ThreadId


-- 
Ashley Yakeley, Seattle WA