Skip to content
  • Simon Marlow's avatar
    call ShutdownIOManager() before closing handles · ee4d9a57
    Simon Marlow authored
    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.
    ee4d9a57