Thread Example
lOn thread is a computational
one, that occasionally needs to wait for input
from the outside, say from an input stream
of characters.
lAnother thread may be
a graphical user interface,
responding to mouse events.
lWe donŐt want waiting for input to hold up the graphics, or waiting for a click to hold up the computational thread.