procedure AddWorkItems(const pWorkItems: TArray<IWorkItem>; pPriority: TPriority = TPriority.Normal);
Enqueues an array of IWorkItems into this worker threadpool.
Jam.Threading.IWorkerThreadPool