|
libpsynth 0.2.1
|
A Thread that is also a Runnable which has itself automatically attached to the thread, so every start() call will thread itself's run() function.
More...
#include <thread.hpp>


Public Member Functions | |
| virtual | ~self_thread () |
| Virtual destructor. | |
| self_thread () | |
| Constructor. | |
A Thread that is also a Runnable which has itself automatically attached to the thread, so every start() call will thread itself's run() function.
Inherit from it to build such automatically threadable objects.
| virtual psynth::self_thread::~self_thread | ( | ) | [inline, virtual] |
Virtual destructor.
| psynth::self_thread::self_thread | ( | ) | [inline] |
Constructor.
1.7.4