ShellBrowser Delphi Components Documentation
ContentsIndexHome
PreviousUpNext
Jam.Threading.IWorkerThreadPool
Jam_Threading_IWorkerThreadPool
Syntax
Pascal
IWorkerThreadPool = interface;

interface that ecapsulates a worker treadpool to that IWorkItems can be added.

 
Name 
Description 
 
Enqueues a single IWorkItem into this worker threadpool.  
 
Enqueues an array of IWorkItems into this worker threadpool.  
 
Checks if a work item with a certain interface exists in this instance.  
 
Terminates all work in the pool.