Describes thread worker callbacks. More...
#include <public/IThreader.h>
Public Member Functions | |
| virtual void | OnWorkerStart (IThreadWorker *pWorker) |
| Called when the worker thread is initialized. | |
| virtual void | OnWorkerStop (IThreadWorker *pWorker) |
| Called when the worker thread is cleaning up. | |
Describes thread worker callbacks.
Definition at line 370 of file IThreader.h.
| virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStart | ( | IThreadWorker * | pWorker | ) | [inline, virtual] |
Called when the worker thread is initialized.
| pWorker | Pointer to the worker. |
Definition at line 378 of file IThreader.h.
| virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStop | ( | IThreadWorker * | pWorker | ) | [inline, virtual] |
Called when the worker thread is cleaning up.
| pWorker | Pointer to the worker. |
Definition at line 387 of file IThreader.h.
1.7.1