Scheduler Class Reference

has a virtual start method More...

#include <ao-scheduler.h>

Inheritance diagram for Scheduler:
Inheritance graph
[legend]

List of all members.

Public Member Functions

virtual void start (Runnable *who)=0
virtual ~Scheduler ()

Detailed Description

has a virtual start method

A scheduler is an abstract class that can start a runnable object.


Constructor & Destructor Documentation

virtual Scheduler::~Scheduler (  )  [inline, virtual]

Member Function Documentation

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.


The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated by  doxygen 1.6.2