Thread runnable object. More...
#include <runnable.h>
Public Member Functions | |
Construction | |
Runnable () | |
virtual | ~Runnable () |
Operations | |
virtual void | run ()=0 |
static void | set_thread_name (const char *name) |
Sets the name (displayed in debuggers) of the calling thread. More... | |
Thread runnable object.