SourceMod SDK  1.7
SourceMod::IThreadWorkerCallbacks Class Reference

Describes thread worker callbacks. More...

#include <public/IThreader.h>

Public Member Functions

virtual void OnWorkerStart (IThreadWorker *pWorker)
 Called when the worker thread is initialized. More...
 
virtual void OnWorkerStop (IThreadWorker *pWorker)
 Called when the worker thread is cleaning up. More...
 

Detailed Description

Describes thread worker callbacks.

Member Function Documentation

virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStart ( IThreadWorker pWorker)
inlinevirtual

Called when the worker thread is initialized.

Parameters
pWorkerPointer to the worker.
virtual void SourceMod::IThreadWorkerCallbacks::OnWorkerStop ( IThreadWorker pWorker)
inlinevirtual

Called when the worker thread is cleaning up.

Parameters
pWorkerPointer to the worker.

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