Describe how to keep a GUI live while processing continues 'in the background' here.
The ProgressMeter is a good example.
Kevin Walzer illustrates an update-based example. More idiomatic and robust is use of after, as in this example.
[We need thread-based examples.]