[project @ 2005-11-11 12:01:58 by simonmar]
authorsimonmar <unknown>
Fri, 11 Nov 2005 12:01:58 +0000 (12:01 +0000)
committersimonmar <unknown>
Fri, 11 Nov 2005 12:01:58 +0000 (12:01 +0000)
commitd50c1eee6e446d385357f4d7079d700ed3275d74
treea11cb11138c76395d385e3b66b5382a613f592c1
parent42687af2c43217b778a64cf836a4c63a99a5243f
[project @ 2005-11-11 12:01:58 by simonmar]
On Windows, attach a finalizer to the ProcessHandle so that we can
call CloseHandle() when the handle is no longer in use.  Previously we
were calling CloseHandle() in waitForProcess and terminateProcess,
which prevented making multiple calls to these functions on the same
handle.
System/Process.hs
System/Process/Internals.hs
cbits/runProcess.c