Timers Using A Delta-List
- To implement several timers using a single select() loop, we need to store
a list of timers.
- The natural list will be a delta-list - each entry contains the distance
from the previous entry, rather then the UTC time we want the timer
to set off on.
- This is material for Introduction To Operating Systems 101.
Originally written by
guy keren