#include <yateclass.h>
Inheritance diagram for Runnable:
Public Member Functions | |
virtual void | run ()=0 |
virtual | ~Runnable () |
This class holds the action to execute a certain task, usually in a different execution thread.
|
Do-nothing destructor, placed here just to shut up GCC 4+ |
|
This method is called in another thread to do the actual job. When it returns the job or thread terminates. |