ShellBrowser Delphi Components Documentation
|
class function CreateInstance(const pWorkerPoolConfig: TWorkerPoolConfig): IWorkerThreadPool; overload;
Parameters |
Description |
const pWorkerPoolConfig: TWorkerPoolConfig |
The configuration of this worker-threadpool,get the default values using TWorkerPoolConfig.Create. |
A new IWorkerThreadPool instance.
Creates and returns a new threadpool instance for workitems.