Add support for the IO manager thread on Windows
authorSimon Marlow <simonmar@microsoft.com>
Fri, 1 Dec 2006 15:20:42 +0000 (15:20 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Fri, 1 Dec 2006 15:20:42 +0000 (15:20 +0000)
commit2905deda99ef26c4fa20adea7cdeac80a0e36c66
treeeb5a189b46461297a151290828cc5810539704bf
parent9832240080efc3a5a6ee9b114f8f07145f1e7a42
Add support for the IO manager thread on Windows
Fixes #637.  The test program in that report now works for me with
-threaded, but it doesn't work without -threaded (I don't know if
that's new behaviour or not, though).
GHC/Conc.lhs
cbits/Win32Utils.c [new file with mode: 0644]
cbits/runProcess.c
include/HsBase.h