A runnable object. More...
#include <Runnable.h++>

Public Member Functions | |
| virtual | ~Runnable () |
| Destructor. | |
| virtual void | run ()=0 |
| Entry point. | |
A runnable object.
See the Thread class for more information.
| virtual ~Runnable | ( | ) | [inline, virtual] |
Destructor.
| virtual void run | ( | ) | [pure virtual] |
Entry point.
Implemented in DirectoryWatcher, PulseTimer, RunnableDelegate< T >, RunnableClosure< T, A >, SocketMuxer, and Thread.
1.6.3