15 #include "externalThread.h"
28 ExternalThread() :
Thread(
"External",
"External") {
41 ExternalThread(
const string &name,
const string &sync_name) :
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.