#include <ao-scheduler.h>
Inherits Scheduler.
Public Member Functions | |
virtual void | start (Runnable *torun) |
This scheduler will start a thread for every time the active object is activated.
Definition at line 82 of file ao-scheduler.h.
void SpawnWhenActivated::start | ( | Runnable * | who | ) | [virtual] |
This method should start a (virtual) thread and return as soon as possible. It is normally called from within the activate method.
Implements Scheduler.
Definition at line 57 of file ao-scheduler.cpp.