#include <Runnable.h>
Inheritance diagram for Runnable:
Public Methods | |
virtual | ~Runnable () throw () |
virtual void | run ()=0 throw () |
|
Runnables should never throw in thier destructors |
|
Task to be performed in another thread of execution Implemented in CancelableTask, and Thread. |