ShellBrowser Delphi Components Documentation
TWorkerPool Methods
Jam.Threading.TWorkerPool
Legend
TWorkerPool Methods
Name
Description
class function CreateInstance(pAllWorkItemsFinished: TAllWorkItemsFinished = nil): IWorkerThreadPool; overload;
Creates and returns a new threadpool instance for workitems.
class function CreateInstance(const pWorkerPoolConfig: TWorkerPoolConfig): IWorkerThreadPool; overload;
Creates and returns a new threadpool instance for workitems.
class function GlobalInstance: IWorkerThreadPool;
Gives access to the global threadpool for workitems.
Contents
|
Index
|
Home