|
libpsynth 0.2.1
|
Class with a run function.
More...
#include <thread.hpp>

Public Member Functions | |
| virtual | ~runnable () |
| virtual void | run ()=0 |
| Function to be run in a thread. | |
Class with a run function.
If you inherit from this class and attach it to a Thread the run() function will be run in a new thread. You can use it anyways for any other purpose where a virtual run function makes sense.
| virtual psynth::runnable::~runnable | ( | ) | [inline, virtual] |
| virtual void psynth::runnable::run | ( | ) | [pure virtual] |
Function to be run in a thread.
1.7.4