Public Member Functions

SourceMod::IThreadWorkerCallbacks Class Reference

Describes thread worker callbacks. More...

#include <public/IThreader.h>

List of all members.

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.

Detailed Description

Describes thread worker callbacks.

Definition at line 370 of file IThreader.h.


Member Function Documentation

virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStart ( IThreadWorker pWorker  )  [inline, virtual]

Called when the worker thread is initialized.

Parameters:
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.

Parameters:
pWorker Pointer to the worker.

Definition at line 387 of file IThreader.h.


The documentation for this class was generated from the following file: