#include <mt.h>
Public Member Functions | |
virtual void * | run ()=0 |
virtual | ~Runnable () |
When the abstraction of a thread is quite good to represent the final object to be run, this pure interface can be passed to a thread that will run it.
virtual Falcon::Runnable::~Runnable | ( | ) | [inline, virtual] |
virtual void* Falcon::Runnable::run | ( | ) | [pure virtual] |
Implemented in Falcon::MemPool.