Skip to content
  • Simon Marlow's avatar
    [project @ 2000-02-29 14:38:19 by simonmar] · 2edb4793
    Simon Marlow authored
    Ctrl-C now interrupts the RTS safely.  Previously it called
    shutdownHaskellAndExit() from the signal handler directly, which isn't
    safe because we may have been interrupted during GC or whatever.  Now
    we set the interrupted flag and wait for the RTS to shut down by
    itself.
    2edb4793