15 #ifndef EXTERNALTHREAD_H
16 #define EXTERNALTHREAD_H
18 #include "pandabase.h"
31 virtual void thread_main();
38 static void init_type() {
40 register_type(_type_handle,
"ExternalThread",
41 Thread::get_class_type());
44 return get_class_type();
46 virtual TypeHandle force_init_type() {init_type();
return get_class_type();}
The special "external thread" class.
A thread; that is, a lightweight process.
TypeHandle is the identifier used to differentiate C++ class types.