Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable. More...
#include <WThreadedRunner_test.h>
List of all members.
Class implementing a simple worker thread, since proper testing of WThreadedRunner itself is not usable.
Definition at line 37 of file WThreadedRunner_test.h.
[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().