#include <Runnable.h>
Public Member Functions | |
virtual | ~Runnable () |
virtual void | run ()=0 |
virtual ZThread::Runnable::~Runnable | ( | ) | [inline, virtual] |
Runnables should never throw in their destructors
virtual void ZThread::Runnable::run | ( | ) | [pure virtual] |
Task to be performed in another thread of execution