Class for simple thread invocation. More...
#include <SimpleThread.hpp>
Class for simple thread invocation.
This class is useful for creating threads that do not return any value. For more complex cases (e.g., return value), create your own thread by inheriting from class AbstractThread.
Example of usage:
Definition at line 55 of file SimpleThread.hpp.
Definition at line 62 of file SimpleThread.hpp.
Definition at line 65 of file SimpleThread.hpp.
Method run on the new thread.
This method is run on the new thread once start() is invoked.
Implements AbstractThread.
Definition at line 73 of file SimpleThread.hpp.
Definition at line 58 of file SimpleThread.hpp.
Definition at line 57 of file SimpleThread.hpp.