Entry point for processing threads.

Synopsis

Declared in <bdlmt_threadpool.h>

void*
ThreadPoolEntry(void* threadPool);

Return Value

a null pointer

Parameters

Name

Description

threadPool

pointer to the owning ThreadPool instance

Created with MrDocs