MCPcopy Create free account
hub / github.com/alliedmodders/sourcemod / OnWorkerStart

Method OnWorkerStart

public/IThreader.h:399–401  ·  view source on GitHub ↗

* @brief Called when the worker thread is initialized. * * @param pWorker Pointer to the worker. */

Source from the content-addressed store, hash-verified

397 * @param pWorker Pointer to the worker.
398 */
399 virtual void OnWorkerStart(IThreadWorker *pWorker)
400 {
401 }
402
403 /**
404 * @brief Called when the worker thread is cleaning up.

Callers 2

WorkerMethod · 0.80
StartMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected