UtiLite
0.3.1
A lite utilities library
|
Inherits UThread.
Protected Member Functions | |
virtual void | mainLoop () |
Friends | |
class | UEventsManager |
virtual void UEventDispatcher::mainLoop | ( | ) | [protected, virtual] |
Pure virtual method mainLoop(). The inner loop of the thread. This method is called repetitively until the thread is killed. Note that if kill() is called in mainLoopBegin(), mainLoop() is not called, terminating immediately the thread.
Implements UThread.