Skip to content
Snippets Groups Projects
Commit 5a4ec937 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-08-25 13:12:07 by simonmar]

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.
parent 944c6afd
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment