Skip to content
  • Simon Marlow's avatar
    fix possible ^C problems · 7434fb5b
    Simon Marlow authored
    Calling prodAllCapabilities() from interruptStgRts() was wrong, for
    the same reasons that we stopped doing it in handle_tick().  We now
    use the same mechanism (send a byte down the pipe to the IO manager
    thread), but abstract it in a wakeUpRts() function in the scheduler.
    7434fb5b