Skip to content
  • Simon Marlow's avatar
    [project @ 2004-02-27 12:39:16 by simonmar] · 6e817437
    Simon Marlow authored
    scheduleWaitThread(): don't call THREAD_RUNNABLE because the new
    thread is bound, and therefore only runnable by the current OS
    thread.  Calling THREAD_RUNNABLE just wakes up workers and slows
    things down.
    6e817437