* @brief Called when the worker thread is initialized. * * @param pWorker Pointer to the worker. */
| 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. |