What is a thread?
Created May 4, 2012
John Zukowski A thread is a set of instructions executing apart from other threads (with its own stack) but sharing the same memory space (with the same heap).
Created May 4, 2012