15 #include "genericThread.h"
26 GenericThread(
const string &name,
const string &sync_name) :
39 GenericThread(
const string &name,
const string &sync_name, GenericThread::ThreadFunc *
function,
void *user_data) :
53 nassertv(_function != NULL);
54 (*_function)(_user_data);
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.