ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.IWorkerThreadPool.AddWorkItems
Syntax
Pascal
procedure AddWorkItems(const pWorkItems: TArray<IWorkItem>; pPriority: TPriority = TPriority.Normal);
Parameters 
Description 
const pWorkItems: TArray<IWorkItem> 
An array of IWorkItems that should be enqueued for work. 
pPriority: TPriority = TPriority.Normal 
The TPriority with that the work-item will be processed. 

Enqueues an array of IWorkItems into this worker threadpool.