OpenWalnut
1.4.0
|
Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable. More...
#include <WThreadedRunner_test.h>
Protected Member Functions | |
virtual void | threadMain () |
Function that has to be overwritten for execution. | |
Friends | |
class | WThreadedRunnerTest |
Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable.
Definition at line 37 of file WThreadedRunner_test.h.
virtual void WThreadedRunnerImpl::threadMain | ( | ) | [inline, protected, virtual] |
Function that has to be overwritten for execution.
It gets executed in a separate thread after run() has been called.
Reimplemented from WThreadedRunner.
Definition at line 45 of file WThreadedRunner_test.h.
References WThreadedRunner::m_shutdownFlag, and WThreadedRunner::sleep().