ShellBrowser Delphi Components Documentation
Jam.Threading Types
Jam.Threading
Types
Name
Description
IWorkItems = array of IWorkItem;
An array of IWorkItems.
TAllWorkItemsFinished = reference to procedure(pWasCancelled: Boolean);
Event that is fired whn all work items in a threadpool finished their work.
TWorkDoneEvent = reference to procedure (const pWorkItem: IWorkItem);
A callback event that is fired in case an
IWorkItem
has finished its work.
Contents
|
Index
|
Home