Darc Library
2012.11
|
Interface class for threads. More...
#include <dc_thread.h>
Public Member Functions | |
virtual DCR | start ()=0 |
Starts the implemented run() method in a new thread. | |
virtual DCR | synchronize ()=0 |
Blocks until run() has finished. |
Interface class for threads.
virtual DCR darc::DC_IThread::start | ( | ) | [pure virtual] |
Starts the implemented run() method in a new thread.
Implemented in darc::DC_Thread.
virtual DCR darc::DC_IThread::synchronize | ( | ) | [pure virtual] |
Blocks until run() has finished.
Implemented in darc::DC_Thread.