![]() |
Public API Reference |
![]() |
Abstract base class for objects acting as executor in separate threads. More...
#include <csutil/threading/thread.h>
Public Member Functions | |
virtual void | Run ()=0 |
Main method for thread. |
Abstract base class for objects acting as executor in separate threads.
The lifetime of the Runnable object must at least be as long as the thread object.
virtual void CS::Threading::Runnable::Run | ( | ) | [pure virtual] |
Main method for thread.
Will be called as soon as the thread is started and thread will be active until it returns.