Named Threads

A named thread is defined as follows:

thread <name>;

Where <name> is the name of the thread. The thread is not actually started until it is used by some part of the system.