Version 1 of event loop

Updated 2001-11-21 15:51:01

Purpose: Describe what an event loop is, how it helps the programmer, how the Tcl programmer gets one, and the tricks and traps of using one.


Make special mention of David Gravereaux's demonstration with TES of a safe way to combine the Tcl event loop with the Windows message pump (even in the presence of threading).