Skip to content
  • Simon Marlow's avatar
    Another shutdown fix · cb905327
    Simon Marlow authored
    If we encounter a runnable thread during shutdown, just kill it.  All
    the threads are supposed to be dead at this stage, but this catches
    threads that might have just returned from a foreign call, or were
    finalizers created by the GC.
    
    Fixes memo002(threaded1)
    cb905327