Thread runnable object. More...
#include <runnable.h>
Inheritance diagram for clan::Runnable: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.