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

Method OnWorkerStop

public/IThreader.h:408–410  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

406 * @param pWorker Pointer to the worker.
407 */
408 virtual void OnWorkerStop(IThreadWorker *pWorker)
409 {
410 }
411 };
412
413 /**

Callers 1

StopMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected