call ShutdownIOManager() before closing handles
authorSimon Marlow <simonmar@microsoft.com>
Wed, 30 Aug 2006 12:31:31 +0000 (12:31 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Wed, 30 Aug 2006 12:31:31 +0000 (12:31 +0000)
commitee4d9a57ab125607e3029a8c1d052114956811f5
treeb7f29d320b194fd13f49eb19854f7ec9bc766a60
parent7ee5c6affd10895ddc3b1e09550069391faaa40a
call ShutdownIOManager() before closing handles
To avoid IO requests completing only to discover that the
completed_table_sema has been CloseHandle()'d.  This all looks a bit
wrong, though: we shouldn't really be waiting for these requests to
complete, they might take forever.
rts/win32/AsyncIO.c