#include <misc.h>
Public Methods | |
bool | starting (Runlist *list) |
Start the object against a run list. More... | |
void | stoping (void) |
Stop the object, called when stopping or ready completes. More... | |
Protected Methods | |
Runable () | |
virtual | ~Runable () |
virtual void | ready (void)=0 |
Method handler that is invoked when a wait-listed object becomes ready to run. More... |
|
|
|
|
|
Method handler that is invoked when a wait-listed object becomes ready to run.
|
|
Start the object against a run list.
|
|
Stop the object, called when stopping or ready completes. May also be used for a task that has not yet started to remove it from the wait list. |
|
|