#include <runnable.h>
Definition at line 6 of file runnable.h.
Public Member Functions | |
virtual void | run ()=0 |
virtual | ~Runnable () |
virtual void CVD::Runnable::run | ( | ) | [pure virtual] |
Perform the function of this object.
Implemented in CVD::ReadAheadVideoBuffer< T >, and CVD::Thread.