Abstract base class for running some scheduled process. More...
#include <llrun.h>
Inherited by LLChainSleeper.
Public Member Functions | |
virtual void | run (LLRunner *runner, S64 handle)=0 |
Do the process. |
Abstract base class for running some scheduled 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.
virtual void LLRunnable::run | ( | LLRunner * | runner, | |
S64 | handle | |||
) | [pure virtual] |