
26 Nov
2002
26 Nov
'02
5:33 p.m.
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
8212
Age (days ago)
8213
Last active (days ago)
1 comments
2 participants
participants (2)
-
Alastair Reid
-
Ashley Yakeley