#include <ao-scheduler.h>
Inherited by SpawnWhenActivated.
Public Member Functions | |
virtual void | start (Runnable *who)=0 |
virtual | ~Scheduler () |
A scheduler is an abstract class that can start a runnable object.
Definition at line 62 of file ao-scheduler.h.
virtual Scheduler::~Scheduler | ( | ) | [inline, virtual] |
Definition at line 71 of file ao-scheduler.h.
virtual void Scheduler::start | ( | Runnable * | who | ) | [pure virtual] |
This method should start a (virtual) thread and return as soon as possible. It is normally called from within the activate method.
Implemented in SpawnWhenActivated.