#include <llrun.h>
Inheritance diagram for LLRunnable:
Public Member Functions | |
LLRunnable () | |
virtual | ~LLRunnable () |
virtual void | run (LLRunner *runner, S64 handle)=0 |
Do the process. |
Users of the LLRunner class are expected to derive a concrete implementation of this class which overrides the run() method to do something useful.
Definition at line 151 of file llrun.h.
Do the process.
This method will be called from the LLRunner according to
runner | The Runner which call run(). | |
handle | The handle this run instance is run under. |
Implemented in LLChainSleeper.