#include <misc.h>
Public Member Functions | |
| bool | starting (Runlist *list) |
| Start the object against a run list. | |
| void | stoping (void) |
| Stop the object, called when stopping or ready completes. | |
Protected Member Functions | |
| Runable () | |
| virtual | ~Runable () |
| virtual void | ready (void)=0 |
| Method handler that is invoked when a wait-listed object becomes ready to run. | |
Friends | |
| class | Runlist |
|
|
|
|
|
|
|
|
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. |
|
|
|
1.3.9.1