MPQC
3.0.0-alpha
|
The Thread abstract class defines an interface which must be implemented by classes wishing to be run as threads. More...
#include <util/group/thread.h>
Public Member Functions | |
virtual void | run ()=0 |
This is called with the Thread is run from a ThreadGrp. | |
Static Public Member Functions | |
static void * | run_Thread_run (void *thread) |
The Thread abstract class defines an interface which must be implemented by classes wishing to be run as threads.