Describes thread worker callbacks.
More...
#include <public/IThreader.h>
Describes thread worker callbacks.
virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStart |
( |
IThreadWorker * |
pWorker | ) |
|
|
inlinevirtual |
Called when the worker thread is initialized.
- Parameters
-
pWorker | Pointer to the worker. |
virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStop |
( |
IThreadWorker * |
pWorker | ) |
|
|
inlinevirtual |
Called when the worker thread is cleaning up.
- Parameters
-
pWorker | Pointer to the worker. |
The documentation for this class was generated from the following file: