3#include <Foundation/Basics.h>
4#include <Foundation/Threading/Thread.h>
30 virtual plUInt32
Run() = 0;
Definition DynamicArray.h:81
Provides a simple mechanism for mutual exclusion to prevent multiple threads from accessing a shared ...
Definition Mutex.h:13
This class is the base class for platform independent long running threads.
Definition Thread.h:40
This class is the base class for threads which need dispatching of calls.
Definition ThreadWithDispatcher.h:11
virtual plUInt32 Run()=0
The run function can be used to implement a long running task in a thread in a platform independent w...
virtual ~plThreadWithDispatcher()
Destructor checks if the thread is deleted while still running, which is not allowed as this is a dat...
A generic delegate class which supports static functions and member functions.
Definition Delegate.h:76