Skip to content
  • Simon Marlow's avatar
    [project @ 2000-08-25 13:12:07 by simonmar] · 5a4ec937
    Simon Marlow authored
    Change the way threadDelay# is implemented.
    
    We now use a list of sleeping threads sorted in increasing order by
    the time at which they will wake up.  This avoids us having to
    traverse the entire queue on each context switch.
    5a4ec937